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