aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-11-08 21:00:00 +0000
committerNils Durner <durner@gnunet.org>2009-11-08 21:00:00 +0000
commit423523a8c32a35988f83dda2c3c362178e7e0c2f (patch)
tree952cc4eb5f248155984508528129066e04d281d1 /src/Makefile.am
parent681031a5fb3b1081675033d27cff491517173374 (diff)
downloadgnunet-423523a8c32a35988f83dda2c3c362178e7e0c2f.tar.gz
gnunet-423523a8c32a35988f83dda2c3c362178e7e0c2f.zip
incompatible with MinGW
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c30045c9b..2b90ce1e2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,10 @@ if HAVE_MHD
7 HOSTLIST_DIR = hostlist 7 HOSTLIST_DIR = hostlist
8endif 8endif
9 9
10if !MINGW
11 NAT_DIR = nat
12endif
13
10SUBDIRS = \ 14SUBDIRS = \
11 include $(INTLEMU_SUBDIRS) \ 15 include $(INTLEMU_SUBDIRS) \
12 util \ 16 util \
@@ -24,5 +28,5 @@ SUBDIRS = \
24 $(HOSTLIST_DIR) \ 28 $(HOSTLIST_DIR) \
25 topology \ 29 topology \
26 fs \ 30 fs \
27 nat 31 $(NAT_DIR)
28 32