rabbitmq-server/deps/rabbitmq_random_exchange/Makefile

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

12 lines
357 B
Makefile
Raw Permalink Normal View History

2017-09-09 02:32:44 +08:00
PROJECT = rabbitmq_random_exchange
PROJECT_DESCRIPTION = RabbitMQ Random Exchange
2011-04-27 01:35:06 +08:00
DEPS = rabbit_common rabbit
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
2011-04-27 01:35:06 +08:00
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
2011-04-27 01:35:06 +08:00
include ../../rabbitmq-components.mk
include ../../erlang.mk