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