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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index e5630519c..a7424b8dc 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -80,6 +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 = $(check_PROGRAMS) 84 TESTS = $(check_PROGRAMS)
84endif 85endif
85 86