Skip to content
Snippets Groups Projects
Commit ac826092 authored by yanmorin's avatar yanmorin
Browse files

Use PORTAUDIO_LIBS variable to compile libportaudio.la with -lflags (-lasound)
parent 40a10d4a
No related branches found
No related tags found
No related merge requests found
noinst_LTLIBRARIES = libportaudio.la
libportaudio_la_CFLAGS = $(PORTAUDIO_CFLAGS) -Ipa_common/
libportaudio_la_LIBADD = $(PORTAUDIO)
libportaudio_la_LIBADD = $(PORTAUDIO) $(PORTAUDIO_LIBS)
libportaudio_la_CXXFLAGS = $(PORTAUDIO_CFLAGS)
libportaudio_la_CPPFLAGS = $(PORTAUDIO_CPPFLAGS)
......
......@@ -332,6 +332,7 @@ LIBS=$LIBS_save
CXXFLAGS=$CXXFLAGS_save
AC_SUBST(PORTAUDIO_CFLAGS)
AC_SUBST(PORTAUDIO_LIBS)
AC_SUBST(PORTAUDIO)
AC_SUBST(ASIODIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment