aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
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 /src/Makefile.am
parent7913d16332b4aaf56db70cfa47bc832d8e56aa5d (diff)
downloadgnunet-a0401360a9b8a78e6b7976f6dd50c50573aa1a7b.tar.gz
gnunet-a0401360a9b8a78e6b7976f6dd50c50573aa1a7b.zip
build nat for windows
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 1 insertions, 5 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 \