remove send on connect
[oweals/gnunet.git] / src / Makefile.am
index cca2c0294cfda811cbf16b3993d1407ab4a0809d..c3cf0836a6cbc3015dadd4a232ddd6b4b1d8172a 100644 (file)
@@ -2,27 +2,31 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
-if !MINGW
NAT_DIR = nat
+if HAVE_EXPERIMENTAL
EXP_DIR = mesh vpn chat
 endif
 
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
+  hello \
   block \
   statistics \
   arm \
-  hello \
   peerinfo \
   datacache \
   datastore \
   template \
+  nat \
+  fragmentation \
   transport \
   peerinfo-tool \
   core \
   testing \
+  nse \
   dv \
+  dht \
   hostlist \
   topology \
-  $(NAT_DIR) \
-  fs
+  fs \
+  $(EXP_DIR)