From 92e9ec66749a96b9982966dd1a313f6cae8c862b Mon Sep 17 00:00:00 2001 From: Jin^eLD Date: Fri, 20 Dec 2013 18:42:54 +0100 Subject: Always build DHT_bootstrap DHT_bootstrap is not the same as DHT_bootstrap_serverdaemon, the latter depends on libconfig and can be enabled/disable via a configure parameter. DHT_bootstrap has no dependencies and can always be built. --- other/Makefile.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'other') diff --git a/other/Makefile.inc b/other/Makefile.inc index 5308c45d..5ec2fc2a 100644 --- a/other/Makefile.inc +++ b/other/Makefile.inc @@ -1,5 +1,3 @@ -if BUILD_DHT_BOOTSTRAP_DAEMON - bin_PROGRAMS += DHT_bootstrap DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \ @@ -17,7 +15,5 @@ DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \ $(NACL_LIBS) \ $(WINSOCK2_LIBS) -endif - EXTRA_DIST += $(top_srcdir)/other/DHTservers \ $(top_srcdir)/other/tox.png -- cgit v1.2.3