rabbitmq-server/deps/rabbitmq_peer_discovery_etcd/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
512 B
Makefile
Raw Permalink Normal View History

2017-06-09 08:24:16 +08:00
PROJECT = rabbitmq_peer_discovery_etcd
PROJECT_DESCRIPTION = etcd-based RabbitMQ peer discovery backend
DEPS = rabbit_common rabbitmq_peer_discovery_common rabbit eetcd gun
2017-08-31 19:56:13 +08:00
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers ct_helper meck
2017-06-09 08:24:16 +08:00
dep_ct_helper = git https://github.com/extend/ct_helper.git master
dep_eetcd = hex 0.5.0
2017-06-09 08:24:16 +08:00
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
2017-06-09 08:24:16 +08:00
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk