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