aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index c666b017d..931dd9568 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -187,7 +187,7 @@ noinst_PROGRAMS = \
187 187
188 188
189if ENABLE_TEST_RUN 189if ENABLE_TEST_RUN
190AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 190AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
191TESTS = $(check_PROGRAMS) 191TESTS = $(check_PROGRAMS)
192endif 192endif
193 193