rabbitmq-server/deps/oauth2_client/Makefile

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

19 lines
451 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
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
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
2024-01-03 16:28:36 +08:00
# Required to properly autopatch jose.
ELIXIR = system
2024-01-03 16:28:36 +08:00
include rabbitmq-components.mk
include erlang.mk