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 a2c55d5c3..f520d1cb4 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -279,7 +279,7 @@ check_PROGRAMS = \
279 test_common_logging_runtime_loglevels 279 test_common_logging_runtime_loglevels
280 280
281if ENABLE_TEST_RUN 281if ENABLE_TEST_RUN
282TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; 282TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
283TESTS = $(check_PROGRAMS) 283TESTS = $(check_PROGRAMS)
284endif 284endif
285 285