From 4d686c3f89295daa61936881c2e48347bd07cbcb Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sat, 5 Aug 2006 23:40:59 +0000 Subject: [PATCH] Fixes ticket 16 by adding $(PORTAUDIO_LIBS) in the right place in the Makefile.am. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3176 221aa14e-8319-0410-a670-987f0aec2ac5 --- configure.ac | 2 +- gr-audio-portaudio/src/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 810282a3..3dbbae84 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 1b6d518e..cf024c26 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 -- 2.39.5