summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2018-10-12 20:29:37 +0300
committerGitHub <noreply@github.com>2018-10-12 20:29:37 +0300
commitd4818427ee3657358cc99644ca15fe95afae7604 (patch)
tree96c297b0d3c45fb053a0f26558dc78c163f8498b /Makefile
parent1be4734255d6524bca457388fe8ea5c057014a41 (diff)
parent2d9b8ce920f616cf10d8c4564d7fe3ea759bfac5 (diff)
downloadrabbitmq-server-git-d4818427ee3657358cc99644ca15fe95afae7604.tar.gz
Merge pull request #1728 from rabbitmq/rabbitmq-server-1718-syslog-localhost
Only start syslog application if it is required
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b1556e8504..31d1075984 100644
--- a/Makefile
+++ b/Makefile
@@ -132,11 +132,11 @@ define PROJECT_ENV
endef
LOCAL_DEPS = sasl mnesia os_mon inets
-BUILD_DEPS = rabbitmq_cli
-DEPS = ranch syslog lager rabbit_common
+BUILD_DEPS = rabbitmq_cli syslog
+DEPS = ranch lager rabbit_common
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper
-dep_syslog = git https://github.com/schlagert/syslog 3.4.3
+dep_syslog = git https://github.com/schlagert/syslog 3.4.5
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))