X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=d1fdb07edecbc3c8de82da9fcf80d4a0d782b363;hb=774871023c74dccb7c9514493cf358785667ed85;hp=e4335db9db34a1233dccc4a22c22c81ee74c3a57;hpb=4a86e0b4faea9dc3e8bd1393ff0561fcf03ca785;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index e4335db9d..d1fdb07ed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,24 +2,37 @@ # INTLEMU_SUBDIRS = intlemu #endif +if !MINGW + NAT_DIR = nat +endif -if HAVE_MHD - HOSTLIST_DIR = hostlist +if HAVE_ESMTP +if HAVE_OPENSSL + MONKEY_DIR = monkey +endif endif SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ + block \ + statistics \ arm \ - fragmentation \ + $(MONKEY_DIR) \ hello \ peerinfo \ - resolver \ - statistics \ + datacache \ + datastore \ template \ transport \ + peerinfo-tool \ core \ - datastore \ - $(HOSTLIST_DIR) \ - topology - + testing \ + dv \ + dht \ + hostlist \ + topology \ + $(NAT_DIR) \ + fs \ + fragmentation \ + vpn