-simplify
[oweals/gnunet.git] / src / Makefile.am
index 11e260e5af51a5e880e273314943bd41726d0b24..0d056100e315fc26decb40d6489500c162fc53b6 100644 (file)
@@ -3,15 +3,15 @@
 #endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = fs chat consensus dv 
+ EXP_DIR = gns chat consensus dv set experimentation
 endif
 
 if LINUX
 # All of these currently only work on GNU/Linux
- LINUX_DIR = dns exit vpn gns pt
+ LINUX_DIR = dns exit vpn pt
 endif
 if MINGW
- MINGW_DIR = dns gns vpn exit
+ MINGW_DIR = dns vpn exit
 endif
 
 if HAVE_MYSQL
@@ -54,7 +54,8 @@ SUBDIRS = \
   regex \
   mesh \
   lockmanager \
-  stream \
+  stream \ 
+  fs \
   $(LINUX_DIR) \
   $(MINGW_DIR) \
   integration-tests \