debug output
[oweals/gnunet.git] / src / Makefile.am
index 42a668c756642a9848cf65443507d05af660bd12..fdcde2601fb09b8253a877fc2cd199f15e9db38d 100644 (file)
@@ -2,25 +2,29 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
-
-if HAVE_MHD
- HOSTLIST_DIR = hostlist
+if HAVE_EXPERIMENTAL
+ EXP_DIR = fragmentation mesh vpn chat
 endif
 
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
+  hello \
+  block \
+  statistics \
   arm \
+  peerinfo \
   datacache \
   datastore \
-  fragmentation \
-  hello \
-  peerinfo \
-  resolver \
-  statistics \
   template \
+  nat \
   transport \
+  peerinfo-tool \
   core \
-  $(HOSTLIST_DIR) \
-  topology 
-
+  testing \
+  dv \
+  dht \
+  hostlist \
+  topology \
+  fs \
+  $(EXP_DIR)