X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmulticast%2FMakefile.am;h=61a9f8bf699c8793d1ad9fcae8603940c44eb11f;hb=99f858c66be3206f5660c9d031cd6e6345a1267d;hp=13212bca3158eb16be0a747dae1cf9965e56fb75;hpb=2ee79796bd4693a43f20f984a781ffcaf0e4df10;p=oweals%2Fgnunet.git diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am index 13212bca3..61a9f8bf6 100644 --- a/src/multicast/Makefile.am +++ b/src/multicast/Makefile.am @@ -19,7 +19,7 @@ endif lib_LTLIBRARIES = libgnunetmulticast.la libgnunetmulticast_la_SOURCES = \ - multicast_api.c + multicast_api.c multicast.h libgnunetmulticast_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) $(XLIB) @@ -53,7 +53,6 @@ check_PROGRAMS = \ test_multicast \ test_multicast_multipeer_star \ test_multicast_multipeer_line -# test_multicast_2peers if ENABLE_TEST_RUN AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@}; export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; unset XDG_DATA_HOME; unset XDG_CONFIG_HOME; @@ -78,10 +77,3 @@ test_multicast_multipeer_line_LDADD = \ libgnunetmulticast.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ $(top_builddir)/src/util/libgnunetutil.la - -test_multicast_2peers_SOURCES = \ - test_multicast_2peers.c -test_multicast_2peers_LDADD = \ - libgnunetmulticast.la \ - $(top_builddir)/src/testbed/libgnunettestbed.la \ - $(top_builddir)/src/util/libgnunetutil.la