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