aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-06-03 19:10:42 +0200
committerKim Alvefur <zash@zash.se>2020-06-03 19:10:42 +0200
commit1deae0e925edc5b83e1ca509be2d72bc1d686130 (patch)
treec18b3edb03f9f9ec9422f805f1889c0b1f2b115c /makefile
parent5fc5fe64ee3bf260981a652f2abece5004899548 (diff)
downloadprosody-1deae0e925edc5b83e1ca509be2d72bc1d686130.tar.gz
prosody-1deae0e925edc5b83e1ca509be2d72bc1d686130.zip
GNUmakefile: Install the new util/prosodyctl/* too (thanks pascal.pascher)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index a0e13f25..c0aabb81 100644
--- a/makefile
+++ b/makefile
@@ -50,6 +50,8 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
$(INSTALL_DATA) util/sasl/*.lua $(SOURCE)/util/sasl
$(MKDIR) $(SOURCE)/util/human
$(INSTALL_DATA) util/human/*.lua $(SOURCE)/util/human
+ $(MKDIR) $(SOURCE)/util/prosodyctl
+ $(INSTALL_DATA) util/prosodyctl/*.lua $(SOURCE)/util/prosodyctl
$(MKDIR) $(MODULES)/mod_pubsub $(MODULES)/adhoc $(MODULES)/muc $(MODULES)/mod_mam
$(INSTALL_DATA) plugins/*.lua $(MODULES)
$(INSTALL_DATA) plugins/mod_pubsub/*.lua $(MODULES)/mod_pubsub