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