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