From 8a3016481ba6aeb36de3950a56e641dda53ca544 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Jun 2011 06:24:01 +0000 Subject: the big NAT change --- src/nat/Makefile.am | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'src/nat/Makefile.am') diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am index 8542af8fa..2f30d3185 100644 --- a/src/nat/Makefile.am +++ b/src/nat/Makefile.am @@ -11,26 +11,12 @@ endif lib_LTLIBRARIES = libgnunetnat.la libgnunetnat_la_SOURCES = \ - upnp.c upnp.h \ - upnp-commands.c upnp-commands.h \ - upnp-discover.c upnp-discover.h \ - upnp-igd-parse.c upnp-igd-parse.h \ - upnp-minixml.c upnp-minixml.h \ - upnp-reply-parse.c upnp-reply-parse.h bsdqueue.h \ - nat.c nat.h \ - natpmp.h - -libgnunetnat_la_CFLAGS = \ - -DDEBUG_UPNP -g -O0 + nat.c libgnunetnat_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ - @LIBCURL@ \ $(GN_LIBINTL) @EXT_LIBS@ -libgnunetnat_la_CPPFLAGS = \ - @LIBCURL_CPPFLAGS@ - libgnunetnat_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 @@ -39,7 +25,7 @@ check_PROGRAMS = \ test-nat if ENABLE_TEST_RUN -TESTS = $(check_PROGRAMS) + TESTS = $(check_PROGRAMS) endif test_nat_SOURCES = \ @@ -51,4 +37,4 @@ test_nat_LDADD = \ @LIBCURL@ EXTRA_DIST = \ - test-nat.conf + test_nat_data.conf -- cgit v1.2.3