X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=7b40eeb73508f125ed6e795fb092e456211312be;hb=4204cfacd357f6a1531486b85370bf2095fb38da;hp=2729ccfd2384827df98ba0204ab7632c5444d026;hpb=151801296c4218af91bbdf1f34a7e3bbfe761594;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index 2729ccfd2..7b40eeb73 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \