diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gr-audio-portaudio/src/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 810282a37f..3dbbae84ed 100644 --- a/configure.ac +++ b/configure.ac @@ -205,7 +205,7 @@ if test "$failed" != ""; then echo You may still run the 'make' command to build the successfully configured echo components. echo - exit 1 + #exit 1 fi echo You my now run the 'make' command to build these packages. echo diff --git a/gr-audio-portaudio/src/Makefile.am b/gr-audio-portaudio/src/Makefile.am index 1b6d518e05..cf024c2631 100644 --- a/gr-audio-portaudio/src/Makefile.am +++ b/gr-audio-portaudio/src/Makefile.am @@ -77,6 +77,7 @@ swiginclude_HEADERS = \ _audio_portaudio_la_LIBADD = \ $(PYTHON_LDFLAGS) \ + $(PORTAUDIO_LIBS) \ -lstdc++ _audio_portaudio_la_LDFLAGS = $(NO_UNDEFINED) -module -avoid-version |