aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/Makefile.am')
-rw-r--r--src/peerstore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index a12fdde2a..21db6ad17 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -108,7 +108,7 @@ EXTRA_DIST = \
108 test_peerstore_api_data.conf 108 test_peerstore_api_data.conf
109 109
110if ENABLE_TEST_RUN 110if ENABLE_TEST_RUN
111AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 111AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
112TESTS = $(check_PROGRAMS) 112TESTS = $(check_PROGRAMS)
113endif 113endif
114 114