Skip to content

Commit

Permalink
Do not compile and install DHT_bootstrap if it was disabled in configure
Browse files Browse the repository at this point in the history
closes TokTok#319
  • Loading branch information
Sergey 'Jin' Bostandzhyan committed Dec 13, 2016
1 parent b14b8d0 commit 1ba17f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions other/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if BUILD_DHT_BOOTSTRAP_DAEMON

bin_PROGRAMS += DHT_bootstrap

DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \
Expand All @@ -18,5 +20,7 @@ DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \
$(NACL_LIBS) \
$(WINSOCK2_LIBS)

endif

EXTRA_DIST += $(top_srcdir)/other/DHTnodes \
$(top_srcdir)/other/tox.png

0 comments on commit 1ba17f8

Please sign in to comment.