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