aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
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 /src/conversation/Makefile.am
parentd08455c093922745b614102c67ab08364e47b587 (diff)
downloadgnunet-fd21090988d0cc5f451163a752240ed3476d74b5.tar.gz
gnunet-fd21090988d0cc5f451163a752240ed3476d74b5.zip
-fix build issues
Diffstat (limited to 'src/conversation/Makefile.am')
-rw-r--r--src/conversation/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)