From b0042448a40e90426ea8013b1abba8b2ecb69c2b Mon Sep 17 00:00:00 2001 From: xrs Date: Tue, 28 Feb 2017 19:31:52 +0100 Subject: [PATCH] More API function tests... --- src/multicast/Makefile.am | 4 ++-- 1 file 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 = \ gnunet-multicast libexec_PROGRAMS = \ - gnunet-service-multicast + gnunet-service-multicast \ + $(EXP_LIBEXEC) gnunet_multicast_SOURCES = \ gnunet-multicast.c @@ -49,7 +50,6 @@ gnunet_service_multicast_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(GN_LIBINTL) - check_PROGRAMS = \ test_multicast \ test_multicast_multipeer -- 2.25.1