fixing shutdown
[oweals/gnunet.git] / src / Makefile.am
index 50d75916b7db9f8a6d168a7e0fba676edd1e28f8..11912b2e2d8401d133cc5ded04e5ddda2698fcf7 100644 (file)
@@ -7,11 +7,14 @@ if HAVE_MHD
  HOSTLIST_DIR = hostlist
 endif
 
+if !MINGW
+ NAT_DIR = nat
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
   arm \
-  fragmentation \
   hello \
   peerinfo \
   statistics \
@@ -20,8 +23,8 @@ SUBDIRS = \
   template \
   transport \
   core \
+  testing \
   $(HOSTLIST_DIR) \
   topology \
-  fs \
-  nat
-
+  $(NAT_DIR) \
+  fs