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 fddf61c8d..cfdd1ac24 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -38,7 +38,7 @@ libgnunetnat_la_LDFLAGS = \
38check_PROGRAMS = \ 38check_PROGRAMS = \
39 test-nat 39 test-nat
40 40
41if !DISABLE_TEST_RUN 41if ENABLE_TEST_RUN
42TESTS = $(check_PROGRAMS) 42TESTS = $(check_PROGRAMS)
43endif 43endif
44 44