diff options
Diffstat (limited to 'src/multicast/Makefile.am')
-rw-r--r-- | src/multicast/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am index a598e82420..9abe38506d 100644 --- a/src/multicast/Makefile.am +++ b/src/multicast/Makefile.am @@ -46,7 +46,7 @@ gnunet_service_multicast_SOURCES = \ gnunet-service-multicast.c gnunet_service_multicast_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/cadet/libgnunetcadet.la \ + $(top_builddir)/src/cadet/libgnunetcadetnew.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(GN_LIBINTL) @@ -55,7 +55,7 @@ check_PROGRAMS = \ test_multicast_multipeer 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; +AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@}; export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; unset XDG_DATA_HOME; unset XDG_CONFIG_HOME; export GNUNET_FORCE_LOG=';;;;INFO' TESTS = $(check_PROGRAMS) endif |