rabbitmq-server/deps/rabbitmq_web_dispatch/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
543 B
Makefile
Raw Permalink Normal View History

2015-10-14 18:08:05 +08:00
PROJECT = rabbitmq_web_dispatch
PROJECT_DESCRIPTION = RabbitMQ Web Dispatcher
PROJECT_MOD = rabbit_web_dispatch_app
2015-10-14 18:08:05 +08:00
2016-12-07 23:07:27 +08:00
define PROJECT_APP_EXTRA_KEYS
{broker_version_requirements, []}
endef
2015-10-14 18:08:05 +08:00
LOCAL_DEPS = inets
DEPS = amqp_client rabbit_common rabbit cowboy
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
2015-10-14 18:08:05 +08:00
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
include ../../rabbitmq-components.mk
2016-07-18 18:51:18 +08:00
TEST_DEPS := $(filter-out rabbitmq_test,$(TEST_DEPS))
include ../../erlang.mk