aboutsummaryrefslogtreecommitdiff
path: root/src/auction/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/auction/Makefile.am')
-rw-r--r--src/auction/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auction/Makefile.am b/src/auction/Makefile.am
index 87f917283..28b52f3d5 100644
--- a/src/auction/Makefile.am
+++ b/src/auction/Makefile.am
@@ -69,6 +69,6 @@ check_SCRIPTS = \
69 test_auction_create.sh 69 test_auction_create.sh
70 70
71if ENABLE_TEST_RUN 71if ENABLE_TEST_RUN
72AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 72AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
73TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 73TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
74endif 74endif