From: Nils Durner Date: Sun, 8 Nov 2009 21:00:00 +0000 (+0000) Subject: incompatible with MinGW X-Git-Tag: initial-import-from-subversion-38251~23147 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=423523a8c32a35988f83dda2c3c362178e7e0c2f;p=oweals%2Fgnunet.git incompatible with MinGW --- 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 HOSTLIST_DIR = hostlist endif +if !MINGW + NAT_DIR = nat +endif + SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ @@ -24,5 +28,5 @@ SUBDIRS = \ $(HOSTLIST_DIR) \ topology \ fs \ - nat + $(NAT_DIR)