fail more gracefully
[oweals/gnunet.git] / src / Makefile.am
index 8b43dac738f53dd380e60cf507fa439a7ab5fcb9..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) \
@@ -29,6 +32,8 @@ SUBDIRS = \
   dht \
   hostlist \
   topology \
-  fs \
+  $(FS_exp) \
   fragmentation \
-  vpn
+  mesh \
+  vpn \
+  chat