aboutsummaryrefslogtreecommitdiff
path: root/src/env/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/Makefile.am')
-rw-r--r--src/env/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env/Makefile.am b/src/env/Makefile.am
index c3f2aee02..4a79940b2 100644
--- a/src/env/Makefile.am
+++ b/src/env/Makefile.am
@@ -32,7 +32,7 @@ check_PROGRAMS = \
32endif 32endif
33 33
34if ENABLE_TEST_RUN 34if ENABLE_TEST_RUN
35TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; 35TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
36TESTS = $(check_PROGRAMS) 36TESTS = $(check_PROGRAMS)
37endif 37endif
38 38