build nat for windows
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 26 Nov 2010 12:42:11 +0000 (12:42 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 26 Nov 2010 12:42:11 +0000 (12:42 +0000)
src/Makefile.am
src/nat/Makefile.am

index 1756aded168085a559aba52a0eba634ff52af54b..166d914cb2c625f832bafafdf578b59841e732fd 100644 (file)
@@ -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 \
index 3ca896bac729d954778d3c8f4e8980c19e6c9d95..50edd5f77edf4d0e0d5719dd018e16b845aa9aed 100644 (file)
@@ -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