aboutsummaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
Diffstat (limited to 'src/template')
-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 8d8acccea..42d6a95a0 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -38,7 +38,7 @@ check_PROGRAMS = \
38 test_template_api 38 test_template_api
39 39
40if ENABLE_TEST_RUN 40if ENABLE_TEST_RUN
41TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; 41TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
42TESTS = $(check_PROGRAMS) 42TESTS = $(check_PROGRAMS)
43endif 43endif
44 44