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:39:55 +02:00
parent 9888e82730
commit 48c6d04e18
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ endef
DEPS = rabbit_common rabbit rabbitmq_web_dispatch rabbitmq_web_mqtt
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be