rabbitmq-server/deps/rabbitmq_web_stomp_examples/Makefile

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

18 lines
443 B
Makefile
Raw Permalink Normal View History

2015-10-19 22:51:28 +08:00
PROJECT = rabbitmq_web_stomp_examples
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
DEPS = rabbit_common rabbit rabbitmq_web_dispatch rabbitmq_web_stomp
2015-10-19 22:51:28 +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
include ../../rabbitmq-components.mk
include ../../erlang.mk