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