X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2FMakefile.am;h=b252867b7e09adeed09caa4bbcaae0b2da341297;hb=1b49510e7736620d7e10a33326076e2d75c86943;hp=8bfcc4b7d6045143ba7b36a65ff05b394ccf471b;hpb=b35c6118ce34e237b499a64eb625029ef376431f;p=oweals%2Fgnunet.git diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index 8bfcc4b7d..b252867b7 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -47,9 +47,13 @@ libgnunet_plugin_block_dht_la_LDFLAGS = \ libexec_PROGRAMS = \ - gnunet-service-dht \ + gnunet-service-dht + +if HAVE_EXPERIMENTAL +libexec_PROGRAMS += \ gnunet-service-dht-xvine \ gnunet-service-dht-whanau +endif noinst_PROGRAMS = \ gnunet-dht-monitor \