aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-11 15:54:06 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-11 15:54:06 +0000
commit745856b09821ac9c4677dc0923cdc3e4411f94fb (patch)
tree2c64fb17e141a7ed2666f72a4c9599d61269f8be /src/conversation/Makefile.am
parent8f6c85fba2386a4e6673f07e32dbfefcfcffdd1c (diff)
downloadgnunet-745856b09821ac9c4677dc0923cdc3e4411f94fb.tar.gz
gnunet-745856b09821ac9c4677dc0923cdc3e4411f94fb.zip
- fix build
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 43a5a1a06..bb2b3d77d 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -19,7 +19,7 @@ libexecdir= $(prefix)/lib/gnunet/libexec/
19libgnunetmicrophone_la_SOURCES = \ 19libgnunetmicrophone_la_SOURCES = \
20 microphone.c 20 microphone.c
21libgnunetmicrophone_la_LIBADD = \ 21libgnunetmicrophone_la_LIBADD = \
22 -lgnunetutil 22 $(top_builddir)/src/util/libgnunetutil.la
23libgnunetmicrophone_la_LDFLAGS = \ 23libgnunetmicrophone_la_LDFLAGS = \
24 $(GNUNET_LDFLAGS) $(WINFLAGS) \ 24 $(GNUNET_LDFLAGS) $(WINFLAGS) \
25 -version-info 0:0:0 25 -version-info 0:0:0
@@ -27,7 +27,7 @@ libgnunetmicrophone_la_LDFLAGS = \
27libgnunetspeaker_la_SOURCES = \ 27libgnunetspeaker_la_SOURCES = \
28 speaker.c 28 speaker.c
29libgnunetspeaker_la_LIBADD = \ 29libgnunetspeaker_la_LIBADD = \
30 -lgnunetutil 30 $(top_builddir)/src/util/libgnunetutil.la
31libgnunetspeaker_la_LDFLAGS = \ 31libgnunetspeaker_la_LDFLAGS = \
32 $(GNUNET_LDFLAGS) $(WINFLAGS) \ 32 $(GNUNET_LDFLAGS) $(WINFLAGS) \
33 -version-info 0:0:0 33 -version-info 0:0:0