18 lines
409 B
Makefile
18 lines
409 B
Makefile
PROJECT = rabbitmq_stream_management
|
|
PROJECT_DESCRIPTION = RabbitMQ Stream Management
|
|
|
|
define PROJECT_ENV
|
|
[
|
|
]
|
|
endef
|
|
|
|
|
|
DEPS = rabbit rabbitmq_management rabbitmq_stream osiris
|
|
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
|
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
|
|
|
include ../../rabbitmq-components.mk
|
|
include ../../erlang.mk
|