aboutsummaryrefslogtreecommitdiff
path: root/src/template/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/Makefile.am')
-rw-r--r--src/template/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index bdd5d6ebf..5a27a6d60 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -42,7 +42,7 @@ check_PROGRAMS = \
42 test_template_api 42 test_template_api
43 43
44if ENABLE_TEST_RUN 44if ENABLE_TEST_RUN
45AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 45AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
46TESTS = $(check_PROGRAMS) 46TESTS = $(check_PROGRAMS)
47endif 47endif
48 48