X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=97a9e89920d14ee91ac48f4a054e3be5390fd487;hb=dc24b5bf44bf8d9460b2571fe529403637aa3e16;hp=1756ac1ec2471f191213d33bdf07e6dab57288c4;hpb=6893f9fb1ae5f4569d2207e4fbf4f38cc4e849f6;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index 1756ac1ec..97a9e8992 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,13 +6,20 @@ if !MINGW NAT_DIR = nat endif +if HAVE_ESMTP +if HAVE_OPENSSL + MONKEY_DIR = monkey +endif +endif + SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ + hello \ block \ statistics \ arm \ - hello \ + $(MONKEY_DIR) \ peerinfo \ datacache \ datastore \ @@ -20,10 +27,12 @@ SUBDIRS = \ transport \ peerinfo-tool \ core \ - dht \ testing \ + dv \ + dht \ hostlist \ topology \ $(NAT_DIR) \ fs \ - migration + fragmentation \ + vpn