aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-04-25 03:56:26 +0100
committerMatthew Wild <mwild1@gmail.com>2012-04-25 03:56:26 +0100
commit59edec552fdb0878fffbe63322c806808753d29e (patch)
tree898035796646a65c42a581483e48b6c3477d13f8 /Makefile
parentabcb8d02e513d01c2ec1039cd1a623e3e23bac80 (diff)
downloadprosody-59edec552fdb0878fffbe63322c806808753d29e.tar.gz
prosody-59edec552fdb0878fffbe63322c806808753d29e.zip
Makefile: Fix for net/http
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 356563f2..1acdd051 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,9 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
install -m755 ./prosody.install $(BIN)/prosody
install -m755 ./prosodyctl.install $(BIN)/prosodyctl
install -m644 core/* $(SOURCE)/core
- install -m644 net/* $(SOURCE)/net
+ install -m644 net/*.lua $(SOURCE)/net
+ install -d $(SOURCE)/net/http
+ install -m644 net/http/*.lua $(SOURCE)/net/http
install -m644 util/*.lua $(SOURCE)/util
install -m644 util/*.so $(SOURCE)/util
install -d $(SOURCE)/util/sasl