aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast/Makefile.am')
-rw-r--r--src/multicast/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index b65bd65cd..948575804 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -51,7 +51,7 @@ check_PROGRAMS = \
51 test_multicast_api 51 test_multicast_api
52 52
53if ENABLE_TEST_RUN 53if ENABLE_TEST_RUN
54TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; 54TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
55TESTS = $(check_PROGRAMS) 55TESTS = $(check_PROGRAMS)
56endif 56endif
57 57