From 423523a8c32a35988f83dda2c3c362178e7e0c2f Mon Sep 17 00:00:00 2001 From: Nils Durner Date: Sun, 8 Nov 2009 21:00:00 +0000 Subject: [PATCH] incompatible with MinGW --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.25.1