summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2017-06-15 16:10:18 +0300
committerGitHub <noreply@github.com>2017-06-15 16:10:18 +0300
commit1de9c89d34c65145cad487ef3daeaf6aff84930d (patch)
tree03f54b1e619c095c67dee2d39dd4d214e5c4907c /Makefile
parent41a396e26e3d5fea88ee3e9e375a2ef791bf1b21 (diff)
parentc512b9256f6657cbdb4838222806463b8232c47e (diff)
downloadrabbitmq-server-git-1de9c89d34c65145cad487ef3daeaf6aff84930d.tar.gz
Merge pull request #1266 from rabbitmq/cluster_formation
Depend on inets to ensure it is started when peer discovery begins
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9540566762..f4174d6c69 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ define PROJECT_ENV
]
endef
-LOCAL_DEPS = sasl mnesia os_mon
+LOCAL_DEPS = sasl mnesia os_mon inets
BUILD_DEPS = rabbitmq_cli
DEPS = ranch lager rabbit_common
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper