aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index a7424b8dc..0111cd5b1 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -80,7 +80,7 @@ check_PROGRAMS = \
80 test_nat_test 80 test_nat_test
81 81
82if ENABLE_TEST_RUN 82if ENABLE_TEST_RUN
83 TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; 83 TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
84 TESTS = $(check_PROGRAMS) 84 TESTS = $(check_PROGRAMS)
85endif 85endif
86 86