X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=7b40eeb73508f125ed6e795fb092e456211312be;hb=4204cfacd357f6a1531486b85370bf2095fb38da;hp=166d914cb2c625f832bafafdf578b59841e732fd;hpb=a0401360a9b8a78e6b7976f6dd50c50573aa1a7b;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index 166d914cb..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) \ @@ -25,10 +28,12 @@ SUBDIRS = \ peerinfo-tool \ core \ testing \ - $(dv) \ + dv \ dht \ hostlist \ topology \ - fs \ + $(FS_exp) \ fragmentation \ - vpn + mesh \ + vpn \ + chat