rabbitmq-server/deps/oauth2_client/Makefile

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

22 lines
640 B
Makefile
Raw Permalink Normal View History

2024-01-03 16:28:36 +08:00
PROJECT = oauth2_client
PROJECT_DESCRIPTION = OAuth2 client from the RabbitMQ Project
PROJECT_MOD = oauth2_client_app
BUILD_DEPS = rabbit
2024-04-26 23:36:41 +08:00
DEPS = rabbit_common jose
TEST_DEPS = rabbitmq_ct_helpers cowboy
2024-01-03 16:28:36 +08:00
LOCAL_DEPS = ssl inets crypto public_key
PLT_APPS = rabbit
2024-01-03 16:28:36 +08:00
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-test.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \
2024-01-03 16:28:36 +08:00
rabbit_common/mk/rabbitmq-hexpm.mk \
rabbit_common/mk/rabbitmq-dist.mk \
rabbit_common/mk/rabbitmq-run.mk \
rabbit_common/mk/rabbitmq-test.mk \
rabbit_common/mk/rabbitmq-tools.mk
include rabbitmq-components.mk
include erlang.mk