aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/Makefile.am')
-rw-r--r--src/dns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index f5fcf3782..f74c41fc5 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -112,7 +112,7 @@ libgnunet_plugin_block_dns_la_LDFLAGS = \
112 112
113 113
114if ENABLE_TEST_RUN 114if ENABLE_TEST_RUN
115AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 115AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
116TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 116TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
117endif 117endif
118 118