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