aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/Makefile.am')
-rw-r--r--src/datacache/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index a66395772..7a89da852 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -122,7 +122,7 @@ check_PROGRAMS = \
122 $(POSTGRES_TESTS) 122 $(POSTGRES_TESTS)
123 123
124if ENABLE_TEST_RUN 124if ENABLE_TEST_RUN
125TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH; 125AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
126TESTS = $(check_PROGRAMS) 126TESTS = $(check_PROGRAMS)
127endif 127endif
128 128