summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorJin^eLD <jin@mediatomb.cc>2013-12-20 18:42:54 +0100
committerJin^eLD <jin@mediatomb.cc>2013-12-20 18:42:54 +0100
commit92e9ec66749a96b9982966dd1a313f6cae8c862b (patch)
tree79145b92caa093dc6f5f7b8536f739f6a6b31c72 /other
parenta6d5a54c7957a455bfb16455503abeb1ee41031b (diff)
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.
Diffstat (limited to 'other')
-rw-r--r--other/Makefile.inc4
1 files changed, 0 insertions, 4 deletions
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 @@
1if BUILD_DHT_BOOTSTRAP_DAEMON
2
3bin_PROGRAMS += DHT_bootstrap 1bin_PROGRAMS += DHT_bootstrap
4 2
5DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \ 3DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \
@@ -17,7 +15,5 @@ DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \
17 $(NACL_LIBS) \ 15 $(NACL_LIBS) \
18 $(WINSOCK2_LIBS) 16 $(WINSOCK2_LIBS)
19 17
20endif
21
22EXTRA_DIST += $(top_srcdir)/other/DHTservers \ 18EXTRA_DIST += $(top_srcdir)/other/DHTservers \
23 $(top_srcdir)/other/tox.png 19 $(top_srcdir)/other/tox.png