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
commiteb1fedd983fc83e13d6f798fb34324d9218b988e (patch)
treec18b3edb03f9f9ec9422f805f1889c0b1f2b115c /makefile
parentdf375c133cbb6ce822629d4826354158d9ad5d71 (diff)
downloadprosody-eb1fedd983fc83e13d6f798fb34324d9218b988e.tar.gz
prosody-eb1fedd983fc83e13d6f798fb34324d9218b988e.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