aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 20:32:46 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 20:32:46 +0000
commitfd21090988d0cc5f451163a752240ed3476d74b5 (patch)
tree2fe355e13b2cda0ef11540cd5a878f892244c7e5
parentd08455c093922745b614102c67ab08364e47b587 (diff)
downloadgnunet-fd21090988d0cc5f451163a752240ed3476d74b5.tar.gz
gnunet-fd21090988d0cc5f451163a752240ed3476d74b5.zip
-fix build issues
-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)