From: Christian Grothoff Date: Wed, 4 May 2011 21:34:48 +0000 (+0000) Subject: arg X-Git-Tag: initial-import-from-subversion-38251~18551 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=83ecceace62b80855d1647c08222c5e9c4fb4902;p=oweals%2Fgnunet.git arg --- diff --git a/src/Makefile.am b/src/Makefile.am index 7b40eeb73..2729ccfd2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,9 +7,6 @@ if HAVE_OPENSSL MONKEY_DIR = monkey endif endif -if HAVE_EXPERIMENTAL - FS_exp = fs -endif SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ @@ -32,7 +29,7 @@ SUBDIRS = \ dht \ hostlist \ topology \ - $(FS_exp) \ + fs \ fragmentation \ mesh \ vpn \