summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-05-13 16:48:05 +0300
committerMichael Klishin <michael@clojurewerkz.org>2019-05-13 16:48:05 +0300
commitee34b8fdca16e4bd07912f458c0b6da5a57518c6 (patch)
tree127c09382db4dd53c8a3ea8681046f0dc4959b72
parent46b3c7619974e22f4fae7d2aedf2f072293d3656 (diff)
downloadrabbitmq-server-git-ee34b8fdca16e4bd07912f458c0b6da5a57518c6.tar.gz
Add a dependency on observer_cli, closes #2006
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e61332513..f8a5c8cad9 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ endef
LOCAL_DEPS = sasl mnesia os_mon inets compiler public_key crypto ssl syntax_tools
BUILD_DEPS = rabbitmq_cli syslog
-DEPS = ranch lager rabbit_common ra sysmon_handler stdout_formatter
+DEPS = ranch lager rabbit_common ra sysmon_handler stdout_formatter recon observer_cli
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper
dep_syslog = git https://github.com/schlagert/syslog 3.4.5