aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/Makefile.am
diff options
context:
space:
mode:
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