X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=7b40eeb73508f125ed6e795fb092e456211312be;hb=4204cfacd357f6a1531486b85370bf2095fb38da;hp=97a9e89920d14ee91ac48f4a054e3be5390fd487;hpb=f45664b8a9d376ede22d2e9ee63e7eaf59e8604f;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index 97a9e8992..7b40eeb73 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,15 +2,14 @@ # INTLEMU_SUBDIRS = intlemu #endif -if !MINGW - NAT_DIR = nat -endif - if HAVE_ESMTP if HAVE_OPENSSL MONKEY_DIR = monkey endif endif +if HAVE_EXPERIMENTAL + FS_exp = fs +endif SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ @@ -24,6 +23,7 @@ SUBDIRS = \ datacache \ datastore \ template \ + nat \ transport \ peerinfo-tool \ core \ @@ -32,7 +32,8 @@ SUBDIRS = \ dht \ hostlist \ topology \ - $(NAT_DIR) \ - fs \ + $(FS_exp) \ fragmentation \ - vpn + mesh \ + vpn \ + chat