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.
This commit is contained in:
Jin^eLD 2013-12-20 18:42:54 +01:00
parent a6d5a54c79
commit 92e9ec6674

View File

@ -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