aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-17 20:22:54 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-17 20:22:54 +0100
commitcbafa8e54f0399bf4213c313a72907ba92250375 (patch)
tree63eb66a2c878048527e99ba3eb2b24c0797774eb /src/cadet/Makefile.am
parent89d3a0ad2a64c027af5a1a9ac4f3ec23a8ae8868 (diff)
downloadgnunet-cbafa8e54f0399bf4213c313a72907ba92250375.tar.gz
gnunet-cbafa8e54f0399bf4213c313a72907ba92250375.zip
misc fixes in new CADET API, porting gnunet-cadet to new API
Diffstat (limited to 'src/cadet/Makefile.am')
-rw-r--r--src/cadet/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index 9b593b486..1a51453c9 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -58,7 +58,7 @@ libgnunetcadetnew_la_LDFLAGS = \
58gnunet_cadet_SOURCES = \ 58gnunet_cadet_SOURCES = \
59 gnunet-cadet.c 59 gnunet-cadet.c
60gnunet_cadet_LDADD = \ 60gnunet_cadet_LDADD = \
61 libgnunetcadet.la \ 61 libgnunetcadetnew.la \
62 $(top_builddir)/src/util/libgnunetutil.la 62 $(top_builddir)/src/util/libgnunetutil.la
63 63
64gnunet_service_cadet_new_SOURCES = \ 64gnunet_service_cadet_new_SOURCES = \
@@ -175,7 +175,7 @@ test_cadet_local_LDADD = $(ld_cadet_test_lib)
175test_cadet_local_mq_SOURCES = \ 175test_cadet_local_mq_SOURCES = \
176 test_cadet_local_mq.c 176 test_cadet_local_mq.c
177test_cadet_local_mq_LDADD = \ 177test_cadet_local_mq_LDADD = \
178 libgnunetcadet.la \ 178 libgnunetcadetnew.la \
179 $(top_builddir)/src/testing/libgnunettesting.la \ 179 $(top_builddir)/src/testing/libgnunettesting.la \
180 $(top_builddir)/src/util/libgnunetutil.la 180 $(top_builddir)/src/util/libgnunetutil.la
181 181