From: Christian Grothoff Date: Wed, 10 Nov 2010 14:21:47 +0000 (+0000) Subject: not experimental X-Git-Tag: initial-import-from-subversion-38251~19771 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d8a5dced5cf31671bbcf42b086e2e22df2a9f2eb;p=oweals%2Fgnunet.git not experimental --- 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 if !MINGW -if HAVE_EXPERIMENTAL lib_LTLIBRARIES = libgnunetnat.la -endif libgnunetnat_la_SOURCES = \ upnp.c upnp.h \ @@ -35,10 +33,8 @@ libgnunetnat_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 -if HAVE_EXPERIMENTAL check_PROGRAMS = \ test-nat -endif if !DISABLE_TEST_RUN TESTS = $(check_PROGRAMS)