X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmulticast%2FMakefile.am;h=b1f422765322eb8684c07cd664a5b4e28d887d3f;hb=2f45a7c9691aa2670c8902618be5e8011428f0af;hp=8ccc7b88a687cc89c3a7d6e001e31519d7e43cb1;hpb=83495695331fcfa8824d7a6d407b82cfcfc8b13c;p=oweals%2Fgnunet.git diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am index 8ccc7b88a..b1f422765 100644 --- a/src/multicast/Makefile.am +++ b/src/multicast/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ @@ -39,24 +40,19 @@ gnunet_multicast_SOURCES = \ gnunet_multicast_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) -gnunet_multicast_DEPENDENCIES = \ - $(top_builddir)/src/util/libgnunetutil.la gnunet_service_multicast_SOURCES = \ gnunet-service-multicast.c gnunet_service_multicast_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/core/libgnunetcore.la \ + $(top_builddir)/src/cadet/libgnunetcadet.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(GN_LIBINTL) -gnunet_service_multicast_DEPENDENCIES = \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/core/libgnunetcore.la \ - $(top_builddir)/src/statistics/libgnunetstatistics.la check_PROGRAMS = \ - test_multicast + test_multicast \ + test_multicast_multipeer if ENABLE_TEST_RUN AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; @@ -66,5 +62,13 @@ endif test_multicast_SOURCES = \ test_multicast.c test_multicast_LDADD = \ + libgnunetmulticast.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la +test_multicast_multipeer_SOURCE = \ + test_multicast_multipeer.c +test_multicast_multipeer_LDADD = \ + libgnunetmulticast.la \ + $(top_builddir)/src/testbed/libgnunettestbed.la \ + $(top_builddir)/src/util/libgnunetutil.la