summaryrefslogtreecommitdiff
path: root/deps/rabbit/test/feature_flags_SUITE_data/my_plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbit/test/feature_flags_SUITE_data/my_plugin/Makefile')
-rw-r--r--deps/rabbit/test/feature_flags_SUITE_data/my_plugin/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/rabbit/test/feature_flags_SUITE_data/my_plugin/Makefile b/deps/rabbit/test/feature_flags_SUITE_data/my_plugin/Makefile
new file mode 100644
index 0000000000..8f6681090b
--- /dev/null
+++ b/deps/rabbit/test/feature_flags_SUITE_data/my_plugin/Makefile
@@ -0,0 +1,15 @@
+PROJECT = my_plugin
+PROJECT_DESCRIPTION = Plugin to test feature flags
+PROJECT_VERSION = 1.0.0
+
+define PROJECT_APP_EXTRA_KEYS
+ {broker_version_requirements, []}
+endef
+
+DEPS = rabbit_common rabbit
+
+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