-adding some rudimentary logging
[oweals/gnunet.git] / src / Makefile.am
index 92be629746fde7101f439fea90680e540e01da5e..4e1c338aa7f8d016c352976787762e6bfeae8512 100644 (file)
@@ -2,26 +2,36 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
-
-if HAVE_MHD
- HOSTLIST_DIR = hostlist
+if HAVE_EXPERIMENTAL
+ EXP_DIR = chat dv 
 endif
 
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
-  arm \
-  fragmentation \
   hello \
-  peerinfo \
-  resolver \
+  block \
   statistics \
+  arm \
+  peerinfo \
   datacache \
   datastore \
-  testing \
   template \
+  ats \
+  nat \
+  fragmentation \
   transport \
+  peerinfo-tool \
   core \
-  $(HOSTLIST_DIR) \
-  topology 
-
+  testing \
+  nse \
+  dht \
+  hostlist \
+  topology \
+  fs \
+  mesh \
+  dns \
+  exit \
+  vpn \
+  integration-tests \
+  $(EXP_DIR)