Changeset

6406:f04a6c700b2f

Makefile: Add net/websocket to install target
author Kim Alvefur <zash@zash.se>
date Thu, 11 Sep 2014 00:31:11 +0200
parents 6405:61801dacc90b
children 6407:4bbd198cf3e6
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Sep 11 00:10:29 2014 +0200
+++ b/Makefile	Thu Sep 11 00:31:11 2014 +0200
@@ -31,8 +31,9 @@
 	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