summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_aws/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_aws/Makefile')
-rw-r--r--deps/rabbitmq_aws/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/deps/rabbitmq_aws/Makefile b/deps/rabbitmq_aws/Makefile
new file mode 100644
index 0000000000..8da412b4f7
--- /dev/null
+++ b/deps/rabbitmq_aws/Makefile
@@ -0,0 +1,22 @@
+PROJECT = rabbitmq_aws
+PROJECT_DESCRIPTION = A minimalistic AWS API interface used by rabbitmq-autocluster (3.6.x) and other RabbitMQ plugins
+PROJECT_MOD = rabbitmq_aws_app
+PROJECT_REGISTERED = rabbitmq_aws
+
+define PROJECT_ENV
+[]
+endef
+
+LOCAL_DEPS = crypto inets ssl xmerl
+BUILD_DEPS = rabbit_common
+DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
+TEST_DEPS = meck
+
+# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be
+# reviewed and merged.
+
+ERLANG_MK_REPO = https://github.com/rabbitmq/erlang.mk.git
+ERLANG_MK_COMMIT = rabbitmq-tmp
+
+include rabbitmq-components.mk
+include erlang.mk