Makefile: Fix for net/http
authorMatthew Wild <mwild1@gmail.com>
Wed, 25 Apr 2012 02:56:26 +0000 (03:56 +0100)
committerMatthew Wild <mwild1@gmail.com>
Wed, 25 Apr 2012 02:56:26 +0000 (03:56 +0100)
Makefile

index 356563f22c6c8afcd75cc7da0605ce65a6879bb8..1acdd05195cc3d4223fa25d62a9956728ff8a32e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,9 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
        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