2016-05-16 21:41:34 +08:00
|
|
|
PROJECT = rabbitmq_jms_topic_exchange
|
2016-12-06 23:05:16 +08:00
|
|
|
PROJECT_DESCRIPTION = RabbitMQ JMS topic selector exchange plugin
|
2013-11-07 19:41:39 +08:00
|
|
|
|
2023-10-16 22:21:23 +08:00
|
|
|
DEPS = rabbit_common rabbit khepri khepri_mnesia_migration
|
2016-11-24 17:19:32 +08:00
|
|
|
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
|
2023-10-17 00:10:50 +08:00
|
|
|
LOCAL_DEPS = mnesia
|
2013-01-24 01:35:40 +08:00
|
|
|
|
2017-05-16 23:33:35 +08:00
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
2016-05-16 21:41:34 +08:00
|
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
2013-02-14 00:37:00 +08:00
|
|
|
|
2021-03-22 17:38:17 +08:00
|
|
|
include ../../rabbitmq-components.mk
|
|
|
|
|
include ../../erlang.mk
|