aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 10:27:34 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 10:27:34 +0000
commit0ac9a4984e1e551293ea8ea00f3c8ea2c5460d91 (patch)
treefa2ce265247280d6ac23e34e5823eb489d8077f1 /src/nat/Makefile.am
parenteabaf5496c54475d87406df0b0ff9c3ae4e1a163 (diff)
downloadgnunet-0ac9a4984e1e551293ea8ea00f3c8ea2c5460d91.tar.gz
gnunet-0ac9a4984e1e551293ea8ea00f3c8ea2c5460d91.zip
fix
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