fixing 1671
[oweals/gnunet.git] / src / Makefile.am
index 272483108203515fafebc7d7db39ce9df96fc4ed..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,8 @@ SUBDIRS = \
   dht \
   hostlist \
   topology \
-  fs \
+  $(FS_exp) \
   fragmentation \
+  mesh \
   vpn \
-  mesh
+  chat