Changeset

2224:f2f0f9103c26

Makefile: Fix to install new util/sasl directory
author Matthew Wild <mwild1@gmail.com>
date Thu, 26 Nov 2009 01:09:10 +0000
parents 2223:458da843020f
children 2230:aa830ab55bbc
files Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Nov 25 23:46:58 2009 +0000
+++ b/Makefile	Thu Nov 26 01:09:10 2009 +0000
@@ -26,7 +26,10 @@
 	install -m755 ./prosodyctl.install $(BIN)/prosodyctl
 	install -m644 core/* $(SOURCE)/core
 	install -m644 net/* $(SOURCE)/net
-	install -m644 util/* $(SOURCE)/util
+	install -m644 util/*.lua $(SOURCE)/util
+	install -m644 util/*.so $(SOURCE)/util
+	install -d $(SOURCE)/util/sasl
+	install -m644 util/sasl/* $(SOURCE)/util/sasl
 	install -m644 fallbacks/* $(SOURCE)/fallbacks
 	install -m644 plugins/*.lua $(MODULES)
 	install -d $(MODULES)/muc