Software /
code /
prosody
Changeset
1761:4186e91a3767
Updated the Makefile to work with the MUC plugin folder.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 08 Sep 2009 05:41:33 +0500 |
parents | 1760:0372bf35dcb3 |
children | 1762:f522a0f195f9 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Sep 07 23:28:25 2009 +0500 +++ b/Makefile Tue Sep 08 05:41:33 2009 +0500 @@ -28,7 +28,8 @@ 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