From 6769313ce9b2c3c25d463aa1ed87a00570b72701 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 11 Sep 2014 00:31:11 +0200 Subject: Makefile: Add net/websocket to install target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1de1b6d..85eca971 100644 --- 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 -- cgit v1.2.3