Makefile: Add net/websocket to install target
authorKim Alvefur <zash@zash.se>
Wed, 10 Sep 2014 22:31:11 +0000 (00:31 +0200)
committerKim Alvefur <zash@zash.se>
Wed, 10 Sep 2014 22:31:11 +0000 (00:31 +0200)
Makefile

index a1de1b6d7e49b63fc2c6e9541bb2ae7b1d0e9daa..85eca971f6f46faf26cabdc408937f4295e2353c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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