aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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