aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2009-09-08 05:41:33 +0500
committerWaqas Hussain <waqas20@gmail.com>2009-09-08 05:41:33 +0500
commitd372008d0437b3f8005fd9ccb73308ea21724d6c (patch)
tree683e577dba3fc64cc717d4d6dcbe2dbebf40d462 /Makefile
parent43e737882ab92c2858f9f46f2e4e4a9b61d13d11 (diff)
downloadprosody-d372008d0437b3f8005fd9ccb73308ea21724d6c.tar.gz
prosody-d372008d0437b3f8005fd9ccb73308ea21724d6c.zip
Updated the Makefile to work with the MUC plugin folder.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1c24466..257d89ce 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,8 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
install -m644 net/* $(SOURCE)/net
install -m644 util/* $(SOURCE)/util
install -m644 fallbacks/* $(SOURCE)/fallbacks
- install -m644 plugins/* $(MODULES)
+ install -m644 plugins/*.lua $(MODULES)
+ install -m644 plugins/muc/* $(MODULES)/muc
install -m644 certs/* $(CONFIG)/certs
install -m644 plugins/* $(MODULES)
install -m644 man/prosodyctl.man $(MAN)/man1/prosodyctl.1