aboutsummaryrefslogtreecommitdiff
path: root/src/multicast
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast')
-rw-r--r--src/multicast/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index d5bb0d46b..a598e8242 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -33,7 +33,8 @@ bin_PROGRAMS = \
33 gnunet-multicast 33 gnunet-multicast
34 34
35libexec_PROGRAMS = \ 35libexec_PROGRAMS = \
36 gnunet-service-multicast 36 gnunet-service-multicast \
37 $(EXP_LIBEXEC)
37 38
38gnunet_multicast_SOURCES = \ 39gnunet_multicast_SOURCES = \
39 gnunet-multicast.c 40 gnunet-multicast.c
@@ -49,7 +50,6 @@ gnunet_service_multicast_LDADD = \
49 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 50 $(top_builddir)/src/statistics/libgnunetstatistics.la \
50 $(GN_LIBINTL) 51 $(GN_LIBINTL)
51 52
52
53check_PROGRAMS = \ 53check_PROGRAMS = \
54 test_multicast \ 54 test_multicast \
55 test_multicast_multipeer 55 test_multicast_multipeer