From 83d4d8ea5d768812d01ad5b830ba04ef85180191 Mon Sep 17 00:00:00 2001 From: stal Date: Tue, 20 May 2014 18:57:20 -0700 Subject: [PATCH] Install tox_bootstrap_daemon I call on the venerable @jin_eld once again to verify that this change is correct. --- other/bootstrap_daemon/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/bootstrap_daemon/Makefile.inc b/other/bootstrap_daemon/Makefile.inc index b75d935f..0bc02ef9 100644 --- a/other/bootstrap_daemon/Makefile.inc +++ b/other/bootstrap_daemon/Makefile.inc @@ -1,6 +1,6 @@ if BUILD_DHT_BOOTSTRAP_DAEMON -noinst_PROGRAMS += tox_bootstrap_daemon +bin_PROGRAMS += tox_bootstrap_daemon tox_bootstrap_daemon_SOURCES = \ ../other/bootstrap_daemon/tox_bootstrap_daemon.c @@ -24,4 +24,4 @@ endif EXTRA_DIST += \ $(top_srcdir)/other/bootstrap_daemon/conf \ $(top_srcdir)/other/bootstrap_daemon/tox_bootstrap_daemon.sh - \ No newline at end of file +