summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-09-20 13:57:54 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-09-20 13:57:54 +0300
commitb0cb2c4a23c81e0e405723e6988bf0d1235eca80 (patch)
tree06b9eb2ceb1d2dae73de40fa4f0f7ce5dea83d68 /Makefile
parent3bb49aa0eda6510c1dc02ab304a54e1ad14126b4 (diff)
parent1f8fba1df31b2b01f7c6404fc251b22727f3d125 (diff)
downloadrabbitmq-server-git-b0cb2c4a23c81e0e405723e6988bf0d1235eca80.tar.gz
Merge branch 'stable' into rabbitmq-server-953
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0885e5d48d..74d6053adb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ VERSION ?= $(call get_app_version,src/$(PROJECT).app.src)
# Release artifacts are put in $(PACKAGES_DIR).
PACKAGES_DIR ?= $(abspath PACKAGES)
-DEPS = ranch $(PLUGINS)
-TEST_DEPS = amqp_client meck proper
+DEPS = ranch rabbit_common
+TEST_DEPS = rabbitmq_ct_helpers amqp_client meck proper
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))