aboutsummaryrefslogtreecommitdiff
path: root/src/multicast
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2017-02-28 19:31:52 +0100
committerxrs <xrs@mail36.net>2017-02-28 19:31:52 +0100
commitb0042448a40e90426ea8013b1abba8b2ecb69c2b (patch)
tree0416d1e8e6481fee45a797f84fcc34164b6568a1 /src/multicast
parentaa1e88e81f691484db122cc23889d7402a69f9f9 (diff)
downloadgnunet-b0042448a40e90426ea8013b1abba8b2ecb69c2b.tar.gz
gnunet-b0042448a40e90426ea8013b1abba8b2ecb69c2b.zip
More API function tests...
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