aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-06-14 23:51:11 +0100
committerMatthew Wild <mwild1@gmail.com>2010-06-14 23:51:11 +0100
commitd2d66b4078a2773204a0d9ee891416a81983a818 (patch)
tree1c106e11a8395abc714455170268af9c2dc66e8d /Makefile
parent4a2bfd90517ab2e55dc6cd83866669023387eec4 (diff)
downloadprosody-d2d66b4078a2773204a0d9ee891416a81983a818.tar.gz
prosody-d2d66b4078a2773204a0d9ee891416a81983a818.zip
commit d2fb8a5ff43fcf3e94e5e518aba175503590ecda
Author: Brian Cully <bjc@kublai.com> Date: Mon Jun 14 17:30:52 2010 -0400 Install adhoc submodules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4090d554..51e376f0 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
install -d $(MODULES)/muc
install -m644 plugins/muc/* $(MODULES)/muc
install -m644 certs/* $(CONFIG)/certs
- install -m644 plugins/*.lua $(MODULES)
+ install -d $(MODULES)/adhoc
+ install -m644 plugins/adhoc/*.lua $(MODULES)/adhoc
install -m644 man/prosodyctl.man $(MAN)/man1/prosodyctl.1
test -e $(CONFIG)/prosody.cfg.lua || install -m644 prosody.cfg.lua.install $(CONFIG)/prosody.cfg.lua
test -e prosody.version && install prosody.version $(SOURCE)/prosody.version || true