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:
parent
addd3db228
commit
3c5d53325f
|
@ -3,6 +3,7 @@ PROJECT = rabbitmq_auth_backend_cache
|
||||||
DEPS = rabbit_common
|
DEPS = rabbit_common
|
||||||
TEST_DEPS += rabbit rabbitmq_ct_helpers
|
TEST_DEPS += rabbit rabbitmq_ct_helpers
|
||||||
|
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue