fail more gracefully
[oweals/gnunet.git] / src / Makefile.am
index 3e56a2bcbfc4415b32411c350c65e3903b60095f..7b40eeb73508f125ed6e795fb092e456211312be 100644 (file)
@@ -2,15 +2,14 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
-if !MINGW
- NAT_DIR = nat
-endif
-
 if HAVE_ESMTP
 if HAVE_OPENSSL
  MONKEY_DIR = monkey
 endif
 endif
+if HAVE_EXPERIMENTAL
+ FS_exp = fs
+endif
 
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
@@ -24,15 +23,17 @@ SUBDIRS = \
   datacache \
   datastore \
   template \
+  nat \
   transport \
   peerinfo-tool \
   core \
   testing \
-  $(dv) \
+  dv \
   dht \
   hostlist \
   topology \
-  $(NAT_DIR) \
-  fs \
+  $(FS_exp) \
   fragmentation \
-  vpn
+  mesh \
+  vpn \
+  chat