aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Le Bihan <michel@lebihan.pl>2018-02-28 18:12:20 +0100
committerMichel Le Bihan <michel@lebihan.pl>2018-02-28 18:12:20 +0100
commit5a20cd359acf20247d9c2e4168bbe65253dbcce9 (patch)
treeb8328983020c388ae225f9a0d72cff1e814e1a2b
parentc8a24f6c64be91d2e0d5078ff4fe647f49c88d83 (diff)
downloadprosody-5a20cd359acf20247d9c2e4168bbe65253dbcce9.tar.gz
prosody-5a20cd359acf20247d9c2e4168bbe65253dbcce9.zip
Makefile: Also package /net/resolvers
Fixes #1094
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9dcadc3b..d5751620 100644
--- a/Makefile
+++ b/Makefile
@@ -37,8 +37,9 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
$(INSTALL_EXEC) ./prosodyctl.install $(BIN)/prosodyctl
$(INSTALL_DATA) core/*.lua $(SOURCE)/core
$(INSTALL_DATA) net/*.lua $(SOURCE)/net
- $(MKDIR) $(SOURCE)/net/http $(SOURCE)/net/websocket
+ $(MKDIR) $(SOURCE)/net/http $(SOURCE)/net/resolvers $(SOURCE)/net/websocket
$(INSTALL_DATA) net/http/*.lua $(SOURCE)/net/http
+ $(INSTALL_DATA) net/resolvers/*.lua $(SOURCE)/net/resolvers
$(INSTALL_DATA) net/websocket/*.lua $(SOURCE)/net/websocket
$(INSTALL_DATA) util/*.lua $(SOURCE)/util
$(INSTALL_DATA) util/*.so $(SOURCE)/util