Updated the Makefile to work with the MUC plugin folder.

Tue, 08 Sep 2009 05:41:33 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 08 Sep 2009 05:41:33 +0500
changeset 1761
4186e91a3767
parent 1760
0372bf35dcb3
child 1762
f522a0f195f9

Updated the Makefile to work with the MUC plugin folder.

Makefile file | annotate | diff | comparison | revisions
--- 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

mercurial