aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-21 16:53:37 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-21 16:53:37 +0100
commitd02945974366f76bcb63b83834175848d1cc937a (patch)
tree79fccb135ef687bb9a1f7a494eb9bcc563482fc4 /src/conversation/Makefile.am
parent40537b04870c1fb34a231f85666ca39a6e4a6cbe (diff)
downloadgnunet-d02945974366f76bcb63b83834175848d1cc937a.tar.gz
gnunet-d02945974366f76bcb63b83834175848d1cc937a.zip
converting conversation to use new CADET API
Diffstat (limited to 'src/conversation/Makefile.am')
-rw-r--r--src/conversation/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index cc2938144..83313e7f8 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -180,7 +180,7 @@ gnunet_service_conversation_LDADD = \
180 libgnunetconversation.la \ 180 libgnunetconversation.la \
181 libgnunetspeaker.la \ 181 libgnunetspeaker.la \
182 libgnunetmicrophone.la \ 182 libgnunetmicrophone.la \
183 $(top_builddir)/src/cadet/libgnunetcadet.la \ 183 $(top_builddir)/src/cadet/libgnunetcadetnew.la \
184 $(top_builddir)/src/util/libgnunetutil.la \ 184 $(top_builddir)/src/util/libgnunetutil.la \
185 $(INTLLIBS) 185 $(INTLLIBS)
186gnunet_service_conversation_LDFLAGS = \ 186gnunet_service_conversation_LDFLAGS = \