aboutsummaryrefslogtreecommitdiff
path: root/src/arm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/Makefile.am')
-rw-r--r--src/arm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 7b022fe5d..238a463ec 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -72,7 +72,7 @@ check_SCRIPTS = \
72endif 72endif
73 73
74if ENABLE_TEST_RUN 74if ENABLE_TEST_RUN
75TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; 75TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
76TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 76TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
77endif 77endif
78 78