aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-11-26 01:09:10 +0000
committerMatthew Wild <mwild1@gmail.com>2009-11-26 01:09:10 +0000
commitb544f41cef7692b6d4672b9784637051131d03ad (patch)
tree5c83237ad22a18a058467cac89199818b0a6e9a4 /Makefile
parent02a0d81ee235f6a99b8de27763f3e742f67c3e2b (diff)
downloadprosody-b544f41cef7692b6d4672b9784637051131d03ad.tar.gz
prosody-b544f41cef7692b6d4672b9784637051131d03ad.zip
Makefile: Fix to install new util/sasl directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93ca8c9b..46dddfdb 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,10 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
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