summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/Makefile.inc
diff options
context:
space:
mode:
authorstal <stal@zodiaclabs.org>2014-05-20 18:57:20 -0700
committerstal <stal@zodiaclabs.org>2014-05-20 18:57:20 -0700
commit83d4d8ea5d768812d01ad5b830ba04ef85180191 (patch)
tree29cdb5cc2982488e3806973cf6f6f28b9e1c26e3 /other/bootstrap_daemon/Makefile.inc
parent248fd212baa93f06db9845f588003e0ada75c402 (diff)
Install tox_bootstrap_daemon
I call on the venerable @jin_eld once again to verify that this change is correct.
Diffstat (limited to 'other/bootstrap_daemon/Makefile.inc')
-rw-r--r--other/bootstrap_daemon/Makefile.inc4
1 files 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 @@
1if BUILD_DHT_BOOTSTRAP_DAEMON 1if BUILD_DHT_BOOTSTRAP_DAEMON
2 2
3noinst_PROGRAMS += tox_bootstrap_daemon 3bin_PROGRAMS += tox_bootstrap_daemon
4 4
5tox_bootstrap_daemon_SOURCES = \ 5tox_bootstrap_daemon_SOURCES = \
6 ../other/bootstrap_daemon/tox_bootstrap_daemon.c 6 ../other/bootstrap_daemon/tox_bootstrap_daemon.c
@@ -24,4 +24,4 @@ endif
24EXTRA_DIST += \ 24EXTRA_DIST += \
25 $(top_srcdir)/other/bootstrap_daemon/conf \ 25 $(top_srcdir)/other/bootstrap_daemon/conf \
26 $(top_srcdir)/other/bootstrap_daemon/tox_bootstrap_daemon.sh 26 $(top_srcdir)/other/bootstrap_daemon/tox_bootstrap_daemon.sh
27 \ No newline at end of file 27