verb
[oweals/gnunet.git] / src / Makefile.am
index 9cb49e2cc17f32a114c07ab786b2ecc871a569ac..a01288078488f2e4168987958b26e2f13f17f922 100644 (file)
@@ -7,21 +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 \
-  statistics \
   datacache \
   datastore \
   template \
   transport \
+  peerinfo-tool \
   core \
   testing \
   $(HOSTLIST_DIR) \
   topology \
+  $(NAT_DIR) \
   fs
-