aboutsummaryrefslogtreecommitdiff
path: root/src/rps/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index eee1a91b9..de7f853c1 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -96,7 +96,7 @@ rps_test_src = \
96 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c 96 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c
97 97
98if ENABLE_TEST_RUN 98if ENABLE_TEST_RUN
99AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 99AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
100TESTS = $(check_PROGRAMS) 100TESTS = $(check_PROGRAMS)
101endif 101endif
102 102