X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=56fdd0978df9fe590f4ab2b68f644d98d11a4683;hb=acddb731e03012c7479dec7257b44dc6ed450b3c;hp=97a9e89920d14ee91ac48f4a054e3be5390fd487;hpb=f45664b8a9d376ede22d2e9ee63e7eaf59e8604f;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index 97a9e8992..56fdd0978 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,37 +2,41 @@ # INTLEMU_SUBDIRS = intlemu #endif -if !MINGW - NAT_DIR = nat +if HAVE_EXPERIMENTAL + EXP_DIR = chat dv endif -if HAVE_ESMTP -if HAVE_OPENSSL - MONKEY_DIR = monkey -endif +if LINUX +# All of these currently only work on GNU/Linux + LINUX_DIR = dns exit vpn pt endif + SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ hello \ + tun \ block \ statistics \ arm \ - $(MONKEY_DIR) \ peerinfo \ datacache \ datastore \ template \ + ats \ + nat \ + fragmentation \ transport \ peerinfo-tool \ core \ testing \ - dv \ + nse \ dht \ hostlist \ topology \ - $(NAT_DIR) \ fs \ - fragmentation \ - vpn + mesh \ + $(LINUX_DIR) \ + integration-tests \ + $(EXP_DIR)