aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-11-26 12:42:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-11-26 12:42:11 +0000
commita0401360a9b8a78e6b7976f6dd50c50573aa1a7b (patch)
tree5b19bcbd9c6361f4b99df552d5ef10e0688bf97c
parent7913d16332b4aaf56db70cfa47bc832d8e56aa5d (diff)
downloadgnunet-a0401360a9b8a78e6b7976f6dd50c50573aa1a7b.tar.gz
gnunet-a0401360a9b8a78e6b7976f6dd50c50573aa1a7b.zip
build nat for windows
-rw-r--r--src/Makefile.am6
-rw-r--r--src/nat/Makefile.am3
2 files changed, 1 insertions, 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 @@
2# INTLEMU_SUBDIRS = intlemu 2# INTLEMU_SUBDIRS = intlemu
3#endif 3#endif
4 4
5if !MINGW
6 NAT_DIR = nat
7endif
8
9if HAVE_ESMTP 5if HAVE_ESMTP
10if HAVE_OPENSSL 6if HAVE_OPENSSL
11 MONKEY_DIR = monkey 7 MONKEY_DIR = monkey
@@ -24,7 +20,7 @@ SUBDIRS = \
24 datacache \ 20 datacache \
25 datastore \ 21 datastore \
26 template \ 22 template \
27 $(NAT_DIR) \ 23 nat \
28 transport \ 24 transport \
29 peerinfo-tool \ 25 peerinfo-tool \
30 core \ 26 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
8 AM_CFLAGS = -fprofile-arcs -ftest-coverage 8 AM_CFLAGS = -fprofile-arcs -ftest-coverage
9endif 9endif
10 10
11if !MINGW
12
13lib_LTLIBRARIES = libgnunetnat.la 11lib_LTLIBRARIES = libgnunetnat.la
14 12
15libgnunetnat_la_SOURCES = \ 13libgnunetnat_la_SOURCES = \
@@ -48,4 +46,3 @@ test_nat_LDADD = \
48 $(top_builddir)/src/nat/libgnunetnat.la \ 46 $(top_builddir)/src/nat/libgnunetnat.la \
49 $(top_builddir)/src/util/libgnunetutil.la \ 47 $(top_builddir)/src/util/libgnunetutil.la \
50 @LIBCURL@ 48 @LIBCURL@
51endif