diff options
| author | Loïc Hoguin <essen@ninenines.eu> | 2015-11-10 11:08:41 +0100 |
|---|---|---|
| committer | Loïc Hoguin <essen@ninenines.eu> | 2015-11-17 15:45:06 +0100 |
| commit | 93f17772a0767194c08129956ce52399d56a78a1 (patch) | |
| tree | 8ff74c3c037e9f6b65d58c9554e7758a706a16e7 /Makefile | |
| parent | 9ce5036edd3d9ef116285565c8de8124601389e4 (diff) | |
| download | rabbitmq-server-git-93f17772a0767194c08129956ce52399d56a78a1.tar.gz | |
Switch to Ranch for connection handling
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)))) |
