-adding some rudimentary logging
[oweals/gnunet.git] / src / Makefile.am
index c30045c9b2967ad46d7754eefd7489170833b7ea..4e1c338aa7f8d016c352976787762e6bfeae8512 100644 (file)
@@ -2,27 +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 \
+  block \
   statistics \
+  arm \
+  peerinfo \
   datacache \
   datastore \
   template \
+  ats \
+  nat \
+  fragmentation \
   transport \
+  peerinfo-tool \
   core \
   testing \
-  $(HOSTLIST_DIR) \
+  nse \
+  dht \
+  hostlist \
   topology \
   fs \
-  nat
-
+  mesh \
+  dns \
+  exit \
+  vpn \
+  integration-tests \
+  $(EXP_DIR)