aboutsummaryrefslogtreecommitdiff
path: root/src/topology/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/Makefile.am')
-rw-r--r--src/topology/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index b8b534a0a..97bc28bd2 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -46,7 +46,7 @@ check_PROGRAMS = \
46endif 46endif
47 47
48if ENABLE_TEST_RUN 48if ENABLE_TEST_RUN
49TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH; 49AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
50TESTS = $(check_PROGRAMS) 50TESTS = $(check_PROGRAMS)
51endif 51endif
52 52