Fix Makefile for feature_flags_SUITE_data/my_plugin

It was not updated for the rabbitmq-components.mk consolidation
This commit is contained in:
Philip Kuryloski 2021-03-25 19:43:48 +01:00
parent f3f5606f22
commit c313f36b57
1 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ DEPS = rabbit_common rabbit
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk 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
include ../../rabbitmq-components.mk include ../../../../../rabbitmq-components.mk
include ../../erlang.mk include ../../../../../erlang.mk