aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index dd02afa19..90b9df7e4 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -170,7 +170,7 @@ check_PROGRAMS = \
170 test_regex_api 170 test_regex_api
171 171
172if ENABLE_TEST_RUN 172if ENABLE_TEST_RUN
173 TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; 173 TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
174 TESTS = $(check_PROGRAMS) 174 TESTS = $(check_PROGRAMS)
175endif 175endif
176 176