diff options
author | Kim Alvefur <zash@zash.se> | 2014-09-11 00:31:11 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2014-09-11 00:31:11 +0200 |
commit | 6769313ce9b2c3c25d463aa1ed87a00570b72701 (patch) | |
tree | 6ea143d60801566f017eb51f82f1734ba6d44ae4 /Makefile | |
parent | baf2491993a409042a972c3322892e65655e0a9a (diff) | |
download | prosody-6769313ce9b2c3c25d463aa1ed87a00570b72701.tar.gz prosody-6769313ce9b2c3c25d463aa1ed87a00570b72701.zip |
Makefile: Add net/websocket to install target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,8 +31,9 @@ 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/*.lua $(SOURCE)/net - install -d $(SOURCE)/net/http + install -d $(SOURCE)/net/http $(SOURCE)/net/websocket install -m644 net/http/*.lua $(SOURCE)/net/http + install -m644 net/websocket/*.lua $(SOURCE)/net/websocket install -m644 util/*.lua $(SOURCE)/util install -m644 util/*.so $(SOURCE)/util install -d $(SOURCE)/util/sasl |