verb
[oweals/gnunet.git] / src / Makefile.am
index d533b758c7724a1c155fe8d5b614f64562f8d32e..a01288078488f2e4168987958b26e2f13f17f922 100644 (file)
@@ -7,20 +7,25 @@ if HAVE_MHD
  HOSTLIST_DIR = hostlist
 endif
 
+if !MINGW
+ NAT_DIR = nat
+endif
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
+  statistics \
   arm \
-  fragmentation \
   hello \
   peerinfo \
-  resolver \
-  statistics \
   datacache \
   datastore \
   template \
   transport \
+  peerinfo-tool \
   core \
+  testing \
   $(HOSTLIST_DIR) \
-  topology 
-
+  topology \
+  $(NAT_DIR) \
+  fs