2015-10-19 22:51:28 +08:00
|
|
|
PROJECT = rabbitmq_web_stomp_examples
|
2016-12-07 00:10:47 +08:00
|
|
|
PROJECT_DESCRIPTION = Rabbit WEB-STOMP - examples
|
|
|
|
PROJECT_MOD = rabbit_web_stomp_examples_app
|
|
|
|
|
|
|
|
define PROJECT_ENV
|
|
|
|
[
|
|
|
|
{listener, [{port, 15670}]}
|
|
|
|
]
|
|
|
|
endef
|
2015-10-19 22:51:28 +08:00
|
|
|
|
2016-09-20 19:22:22 +08:00
|
|
|
DEPS = rabbit_common rabbit rabbitmq_web_dispatch rabbitmq_web_stomp
|
2015-10-19 22:51:28 +08:00
|
|
|
|
2017-05-16 23:40:20 +08:00
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
2015-10-19 22:51:28 +08:00
|
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
|
|
|
|
2021-03-22 17:38:17 +08:00
|
|
|
include ../../rabbitmq-components.mk
|
|
|
|
include ../../erlang.mk
|