From 14bf32756ebf311aed2421fd19217e20e538f7b5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Apr 2015 19:45:34 +0000 Subject: [PATCH] -work around ftbfs --- src/dht/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index 8bfcc4b7d..fd34f7d9c 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -48,8 +48,8 @@ libgnunet_plugin_block_dht_la_LDFLAGS = \ libexec_PROGRAMS = \ gnunet-service-dht \ - gnunet-service-dht-xvine \ - gnunet-service-dht-whanau + gnunet-service-dht-xvine +# gnunet-service-dht-whanau noinst_PROGRAMS = \ gnunet-dht-monitor \ -- 2.25.1