summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <essen@ninenines.eu>2015-11-10 11:08:41 +0100
committerLoïc Hoguin <essen@ninenines.eu>2015-11-17 15:45:06 +0100
commit93f17772a0767194c08129956ce52399d56a78a1 (patch)
tree8ff74c3c037e9f6b65d58c9554e7758a706a16e7 /Makefile
parent9ce5036edd3d9ef116285565c8de8124601389e4 (diff)
downloadrabbitmq-server-git-93f17772a0767194c08129956ce52399d56a78a1.tar.gz
Switch to Ranch for connection handling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c7e7b7867..5ce7af4dcd 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ VERSION ?= $(call get_app_version,src/$(PROJECT).app.src)
# Release artifacts are put in $(PACKAGES_DIR).
PACKAGES_DIR ?= $(abspath PACKAGES)
-DEPS = $(PLUGINS)
+DEPS = ranch $(PLUGINS)
+dep_ranch = git https://github.com/ninenines/ranch 1.2.0
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))