fixing shutdown
[oweals/gnunet.git] / src / Makefile.am
index a394944d2c367c5a4421b4e3e7b159ffdb7101f9..11912b2e2d8401d133cc5ded04e5ddda2698fcf7 100644 (file)
@@ -7,15 +7,16 @@ if HAVE_MHD
  HOSTLIST_DIR = hostlist
 endif
 
+if !MINGW
+ NAT_DIR = nat
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
   arm \
-  fragmentation \
   hello \
-  peer \
   peerinfo \
-  resolver \
   statistics \
   datacache \
   datastore \
@@ -25,5 +26,5 @@ SUBDIRS = \
   testing \
   $(HOSTLIST_DIR) \
   topology \
+  $(NAT_DIR) \
   fs
-