Makefile: Load the new `rabbitmq-early-plugin.mk` early-stage plugin

See the corresponding commit in rabbitmq-common for an explanation.

[#144697185]
This commit is contained in:
Jean-Sébastien Pédron 2017-05-16 17:28:55 +02:00
parent 8893f05399
commit 8a20cc579a
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ DEPS = rabbit_common rabbit
TEST_DEPS = ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client TEST_DEPS = ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
dep_ct_helper = git https://github.com/extend/ct_helper.git master dep_ct_helper = git https://github.com/extend/ct_helper.git master
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be # FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be