aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/conversation/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 79e64ca5e..78c07fa48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -375,7 +375,7 @@ fi
375 375
376# check for libpulse(audio) library 376# check for libpulse(audio) library
377pulse=0 377pulse=0
378AC_CHECK_LIB(pulse,pa_stream_peak, 378AC_CHECK_LIB(pulse,pa_stream_peek,
379 [AC_CHECK_HEADER([pulse/simple.h],pulse=1)]) 379 [AC_CHECK_HEADER([pulse/simple.h],pulse=1)])
380if test "$pulse" = 1 380if test "$pulse" = 1
381then 381then
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index 3e0329c2e..913acf9af 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -64,7 +64,7 @@ libexec_PROGRAMS = \
64 64
65if HAVE_PULSE 65if HAVE_PULSE
66if HAVE_OPUS 66if HAVE_OPUS
67libexec_PROGRAMS += 67libexec_PROGRAMS += \
68 gnunet-helper-audio-record \ 68 gnunet-helper-audio-record \
69 gnunet-helper-audio-playback 69 gnunet-helper-audio-playback
70endif 70endif
@@ -117,7 +117,7 @@ gnunet_conversation_test_SOURCES = \
117gnunet_conversation_test_LDADD = \ 117gnunet_conversation_test_LDADD = \
118 libgnunetmicrophone.la \ 118 libgnunetmicrophone.la \
119 libgnunetspeaker.la \ 119 libgnunetspeaker.la \
120 $(top_builddir)/src/util/libgnunetutil.la 120 $(top_builddir)/src/util/libgnunetutil.la \
121 $(INTLLIBS) 121 $(INTLLIBS)
122gnunet_conversation_test_LDFLAGS = \ 122gnunet_conversation_test_LDFLAGS = \
123 $(GNUNET_LDFLAGS) $(WINFLAGS) 123 $(GNUNET_LDFLAGS) $(WINFLAGS)