19 lines
418 B
Makefile
19 lines
418 B
Makefile
PROJECT = rabbitmq_stream_common
|
|
PROJECT_DESCRIPTION = RabbitMQ Stream Common
|
|
|
|
define PROJECT_ENV
|
|
[
|
|
]
|
|
endef
|
|
|
|
|
|
DEPS = osiris
|
|
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
|
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
|
# We do not depend on rabbit therefore can't run the broker.
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk
|
|
|
|
include ../../rabbitmq-components.mk
|
|
include ../../erlang.mk
|