aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fragmentation/Makefile.am')
-rw-r--r--src/fragmentation/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index d85373a10..9b7369aff 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -25,7 +25,7 @@ check_PROGRAMS = \
25 test_fragmentation 25 test_fragmentation
26 26
27if ENABLE_TEST_RUN 27if ENABLE_TEST_RUN
28TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; 28TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
29TESTS = $(check_PROGRAMS) 29TESTS = $(check_PROGRAMS)
30endif 30endif
31 31