Makefile: Fix for net/http
authorMatthew Wild <mwild1@gmail.com>
Wed, 25 Apr 2012 03:56:26 +0100
changeset 4686 5fd661424b9f
parent 4685 3d90264c7b3d
child 4687 bd3a852b949a
Makefile: Fix for net/http
Makefile
--- a/Makefile	Wed Apr 25 07:55:13 2012 +0500
+++ b/Makefile	Wed Apr 25 03:56:26 2012 +0100
@@ -27,7 +27,9 @@
 	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