diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-09-19 11:37:56 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-09-19 11:57:08 +0200 |
| commit | 03cac547bd36aade0453628889f57aa5bb18625f (patch) | |
| tree | c61353b51315dcdf4494875c3c5e3bcf6b660dc8 /Makefile | |
| parent | 64e6258a9f6b32d518f3550623268e7e9a173c09 (diff) | |
| download | rabbitmq-server-git-03cac547bd36aade0453628889f57aa5bb18625f.tar.gz | |
Makefile: Explicitely list all DEPS
Sync rabbitmq-components.mk with rabbitmq-common to remove automatic
DEPS handling.
[#130086871]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $(PLUGINS) +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)))) |
