From: Matthew Wild Date: Wed, 25 Apr 2012 02:56:26 +0000 (+0100) Subject: Makefile: Fix for net/http X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=8d021191a2d16bea0aa74ea6f903e387ae0640fa;p=prosody.git Makefile: Fix for net/http --- diff --git a/Makefile b/Makefile index 356563f2..1acdd051 100644 --- 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