2016-01-19 00:35:57 +08:00
|
|
|
PROJECT = rabbitmq_web_mqtt_examples
|
2016-12-07 00:07:34 +08:00
|
|
|
PROJECT_DESCRIPTION = Rabbit WEB-MQTT - examples
|
|
|
|
PROJECT_MOD = rabbit_web_mqtt_examples_app
|
|
|
|
|
|
|
|
define PROJECT_ENV
|
|
|
|
[
|
|
|
|
{listener, [{port, 15670}]}
|
|
|
|
]
|
|
|
|
endef
|
2016-01-19 00:35:57 +08:00
|
|
|
|
2016-09-20 19:14:11 +08:00
|
|
|
DEPS = rabbit_common rabbit rabbitmq_web_dispatch rabbitmq_web_mqtt
|
2016-01-19 00:35:57 +08:00
|
|
|
|
2017-05-16 23:39:55 +08:00
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
2016-01-19 00:35:57 +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
|