2021-06-11 22:58:17 +08:00
|
|
|
PROJECT = rabbitmq_stream_common
|
|
|
|
PROJECT_DESCRIPTION = RabbitMQ Stream Common
|
|
|
|
|
|
|
|
define PROJECT_ENV
|
|
|
|
[
|
|
|
|
]
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
2024-09-16 18:03:25 +08:00
|
|
|
DEPS = osiris
|
2021-06-11 22:58:17 +08:00
|
|
|
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
|
|
|
|
|
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
2024-07-25 20:15:31 +08:00
|
|
|
# We do not depend on rabbit therefore can't run the broker.
|
|
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk
|
2021-06-11 22:58:17 +08:00
|
|
|
|
|
|
|
include ../../rabbitmq-components.mk
|
|
|
|
include ../../erlang.mk
|