aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/Makefile.am
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2017-02-22 21:59:56 +0100
committertg(x) <*@tg-x.net>2017-02-22 21:59:56 +0100
commite4418446a0ae54a4eaae9239ab81a267afc1d925 (patch)
treea9d1ef9b22ca649f54bee8b42caa76ee32d25a33 /src/multicast/Makefile.am
parent945443b67fe95893ceb711e1bcd7049477f3cba7 (diff)
multicast: switch to new cadet api
Diffstat (limited to 'src/multicast/Makefile.am')
-rw-r--r--src/multicast/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index d5bb0d46ba..bac856b00a 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -45,7 +45,7 @@ gnunet_service_multicast_SOURCES = \
gnunet-service-multicast.c
gnunet_service_multicast_LDADD = \
$(top_builddir)/src/util/libgnunetutil.la \
- $(top_builddir)/src/cadet/libgnunetcadet.la \
+ $(top_builddir)/src/cadet/libgnunetcadetnew.la \
$(top_builddir)/src/statistics/libgnunetstatistics.la \
$(GN_LIBINTL)