not experimental
authorChristian Grothoff <christian@grothoff.org>
Wed, 10 Nov 2010 14:21:47 +0000 (14:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 10 Nov 2010 14:21:47 +0000 (14:21 +0000)
src/nat/Makefile.am

index 1b53095f33995ca46c223ed020c7f95cb8258d7e..5a42b5fcf596be7fb452c510ed66cc2e036fb791 100644 (file)
@@ -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)