aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-10 14:21:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-10 14:21:47 +0000
commitd8a5dced5cf31671bbcf42b086e2e22df2a9f2eb (patch)
treeb63666c9581d16fe2e48fe4c9efc77fafec913dd /src/nat/Makefile.am
parent879fbc046c7638246c0d473c3aab2f1a8001e3af (diff)
downloadgnunet-d8a5dced5cf31671bbcf42b086e2e22df2a9f2eb.tar.gz
gnunet-d8a5dced5cf31671bbcf42b086e2e22df2a9f2eb.zip
not experimental
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 1b53095f3..5a42b5fcf 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -10,9 +10,7 @@ endif
10 10
11if !MINGW 11if !MINGW
12 12
13if HAVE_EXPERIMENTAL
14lib_LTLIBRARIES = libgnunetnat.la 13lib_LTLIBRARIES = libgnunetnat.la
15endif
16 14
17libgnunetnat_la_SOURCES = \ 15libgnunetnat_la_SOURCES = \
18 upnp.c upnp.h \ 16 upnp.c upnp.h \
@@ -35,10 +33,8 @@ libgnunetnat_la_LDFLAGS = \
35 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 33 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
36 -version-info 0:0:0 34 -version-info 0:0:0
37 35
38if HAVE_EXPERIMENTAL
39check_PROGRAMS = \ 36check_PROGRAMS = \
40 test-nat 37 test-nat
41endif
42 38
43if !DISABLE_TEST_RUN 39if !DISABLE_TEST_RUN
44TESTS = $(check_PROGRAMS) 40TESTS = $(check_PROGRAMS)