summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-11-20 09:53:53 +0100
committerChristophe Romain <christophe.romain@process-one.net>2015-11-20 10:39:27 +0100
commit67a70b9107a051209a58ad332b23a0aaa424359c (patch)
tree1fab276e1f2d0ae3178c6ed268c05ac13d13f963 /Makefile.in
parentset dependencies versions for 15.10 (diff)
Integrate join/leave cluster as ejabberd command
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 391d8161..8dd6bf58 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -180,8 +180,6 @@ install: all copy-files
# Binary C programs
$(INSTALL) -d $(PBINDIR)
$(INSTALL) -m 750 $(O_USER) tools/captcha.sh $(PBINDIR)
- $(INSTALL) -m 750 $(O_USER) tools/joincluster $(PBINDIR)
- $(INSTALL) -m 750 $(O_USER) tools/leavecluster $(PBINDIR)
#
# Copy lite.sql
[ -d deps/sqlite3 ] && $(INSTALL) -d $(SQLDIR) || true