fail more gracefully
[oweals/gnunet.git] / src / Makefile.am
index 166d914cb2c625f832bafafdf578b59841e732fd..7b40eeb73508f125ed6e795fb092e456211312be 100644 (file)
@@ -7,6 +7,9 @@ if HAVE_OPENSSL
  MONKEY_DIR = monkey
 endif
 endif
+if HAVE_EXPERIMENTAL
+ FS_exp = fs
+endif
 
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
@@ -25,10 +28,12 @@ SUBDIRS = \
   peerinfo-tool \
   core \
   testing \
-  $(dv) \
+  dv \
   dht \
   hostlist \
   topology \
-  fs \
+  $(FS_exp) \
   fragmentation \
-  vpn
+  mesh \
+  vpn \
+  chat