2016-05-20 07:40:33 +08:00
|
|
|
PROJECT = rabbitmq_aws
|
2017-04-12 00:23:45 +08:00
|
|
|
PROJECT_DESCRIPTION = A minimalistic AWS API interface used by rabbitmq-autocluster (3.6.x) and other RabbitMQ plugins
|
|
|
|
|
PROJECT_REGISTERED = rabbitmq_aws
|
|
|
|
|
|
|
|
|
|
define PROJECT_ENV
|
|
|
|
|
[]
|
|
|
|
|
endef
|
2016-05-20 07:40:33 +08:00
|
|
|
|
2023-05-01 16:32:59 +08:00
|
|
|
LOCAL_DEPS = crypto inets ssl xmerl public_key
|
2017-08-31 18:07:31 +08:00
|
|
|
BUILD_DEPS = rabbit_common
|
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
|
2017-09-21 01:37:50 +08:00
|
|
|
TEST_DEPS = meck
|
2017-08-31 18:07:31 +08:00
|
|
|
|
2021-03-22 17:38:17 +08:00
|
|
|
include ../../rabbitmq-components.mk
|
|
|
|
|
include ../../erlang.mk
|