code
[oweals/gnunet.git] / src / Makefile.am
index 9cb49e2cc17f32a114c07ab786b2ecc871a569ac..94092e1a8f899e808bd04d862f9a8a41454e21a3 100644 (file)
@@ -2,26 +2,25 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
-
-if HAVE_MHD
- HOSTLIST_DIR = hostlist
+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) \
+  hostlist \
   topology \
+  $(NAT_DIR) \
   fs
-