-fix build issues
authorChristian Grothoff <christian@grothoff.org>
Wed, 2 Oct 2013 20:32:46 +0000 (20:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 2 Oct 2013 20:32:46 +0000 (20:32 +0000)
configure.ac
src/conversation/Makefile.am

index 79e64ca5e244d8b98d8bbeb55992d4046ee870ff..78c07fa480c2e288a7c9c47129ae45f83d7c294b 100644 (file)
@@ -375,7 +375,7 @@ fi
 
 # check for libpulse(audio) library
 pulse=0
-AC_CHECK_LIB(pulse,pa_stream_peak,
+AC_CHECK_LIB(pulse,pa_stream_peek,
   [AC_CHECK_HEADER([pulse/simple.h],pulse=1)])
 if test "$pulse" = 1
 then
index 3e0329c2ed3b6aeecc4e03d6cd1ec45442b835fa..913acf9af4af9de1aecd6d6a1c847657ab76064d 100644 (file)
@@ -64,7 +64,7 @@ libexec_PROGRAMS = \
 
 if HAVE_PULSE
 if HAVE_OPUS
-libexec_PROGRAMS +=
+libexec_PROGRAMS += \
   gnunet-helper-audio-record \
   gnunet-helper-audio-playback
 endif
@@ -117,7 +117,7 @@ gnunet_conversation_test_SOURCES = \
 gnunet_conversation_test_LDADD = \
   libgnunetmicrophone.la \
   libgnunetspeaker.la \
-  $(top_builddir)/src/util/libgnunetutil.la 
+  $(top_builddir)/src/util/libgnunetutil.la  \
   $(INTLLIBS) 
 gnunet_conversation_test_LDFLAGS = \
  $(GNUNET_LDFLAGS) $(WINFLAGS)