diff options
author | Kim Alvefur <zash@zash.se> | 2020-06-03 19:10:42 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-06-03 19:10:42 +0200 |
commit | 1deae0e925edc5b83e1ca509be2d72bc1d686130 (patch) | |
tree | c18b3edb03f9f9ec9422f805f1889c0b1f2b115c /makefile | |
parent | 5fc5fe64ee3bf260981a652f2abece5004899548 (diff) | |
download | prosody-1deae0e925edc5b83e1ca509be2d72bc1d686130.tar.gz prosody-1deae0e925edc5b83e1ca509be2d72bc1d686130.zip |
GNUmakefile: Install the new util/prosodyctl/* too (thanks pascal.pascher)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |