X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=4e1c338aa7f8d016c352976787762e6bfeae8512;hb=6d754e6c89fda8cb0da00c4152ffc6dcc707e6ce;hp=d54db16fe5dc87fed9688583621fc7321595024a;hpb=32892c4aa7736eb8039f28d79b5cdb53cdc0061c;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index d54db16fe..4e1c338aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,27 +2,36 @@ # INTLEMU_SUBDIRS = intlemu #endif -if !MINGW - NAT_DIR = nat +if HAVE_EXPERIMENTAL + EXP_DIR = chat dv endif SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ + hello \ block \ statistics \ arm \ - hello \ peerinfo \ datacache \ datastore \ template \ + ats \ + nat \ + fragmentation \ transport \ peerinfo-tool \ core \ testing \ + nse \ + dht \ hostlist \ topology \ - $(NAT_DIR) \ fs \ - migration + mesh \ + dns \ + exit \ + vpn \ + integration-tests \ + $(EXP_DIR)