aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/psyc/Makefile.am')
-rw-r--r--src/psyc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index d199bd3a2..d6901922f 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -59,7 +59,7 @@ check_PROGRAMS = \
59endif 59endif
60 60
61if ENABLE_TEST_RUN 61if ENABLE_TEST_RUN
62TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; 62TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
63TESTS = $(check_PROGRAMS) 63TESTS = $(check_PROGRAMS)
64endif 64endif
65 65