aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 23ce477dd..a441f5d70 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -78,7 +78,7 @@ endif
78endif 78endif
79 79
80if ENABLE_TEST_RUN 80if ENABLE_TEST_RUN
81AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 81AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
82TESTS = \ 82TESTS = \
83 $(check_PROGRAMS) \ 83 $(check_PROGRAMS) \
84 $(check_SCRIPTS) 84 $(check_SCRIPTS)