From a0401360a9b8a78e6b7976f6dd50c50573aa1a7b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 26 Nov 2010 12:42:11 +0000 Subject: [PATCH] build nat for windows --- src/Makefile.am | 6 +----- src/nat/Makefile.am | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1756aded1..166d914cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,10 +2,6 @@ # INTLEMU_SUBDIRS = intlemu #endif -if !MINGW - NAT_DIR = nat -endif - if HAVE_ESMTP if HAVE_OPENSSL MONKEY_DIR = monkey @@ -24,7 +20,7 @@ SUBDIRS = \ datacache \ datastore \ template \ - $(NAT_DIR) \ + nat \ transport \ peerinfo-tool \ core \ diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am index 3ca896bac..50edd5f77 100644 --- a/src/nat/Makefile.am +++ b/src/nat/Makefile.am @@ -8,8 +8,6 @@ if USE_COVERAGE AM_CFLAGS = -fprofile-arcs -ftest-coverage endif -if !MINGW - lib_LTLIBRARIES = libgnunetnat.la libgnunetnat_la_SOURCES = \ @@ -48,4 +46,3 @@ test_nat_LDADD = \ $(top_builddir)/src/nat/libgnunetnat.la \ $(top_builddir)/src/util/libgnunetutil.la \ @LIBCURL@ -endif -- 2.25.1