summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'other/Makefile.inc')
-rw-r--r--other/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/other/Makefile.inc b/other/Makefile.inc
index c86b7922..10cd48b4 100644
--- a/other/Makefile.inc
+++ b/other/Makefile.inc
@@ -1,3 +1,5 @@
1if BUILD_DHT_BOOTSTRAP
2
1bin_PROGRAMS += DHT_bootstrap 3bin_PROGRAMS += DHT_bootstrap
2 4
3DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \ 5DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \
@@ -18,5 +20,7 @@ DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \
18 $(NACL_LIBS) \ 20 $(NACL_LIBS) \
19 $(WINSOCK2_LIBS) 21 $(WINSOCK2_LIBS)
20 22
23endif
24
21EXTRA_DIST += $(top_srcdir)/other/DHTnodes \ 25EXTRA_DIST += $(top_srcdir)/other/DHTnodes \
22 $(top_srcdir)/other/tox.png 26 $(top_srcdir)/other/tox.png