2024-01-03 16:28:36 +08:00
|
|
|
PROJECT = oauth2_client
|
|
|
|
PROJECT_DESCRIPTION = OAuth2 client from the RabbitMQ Project
|
|
|
|
|
2024-05-02 18:51:42 +08:00
|
|
|
BUILD_DEPS = rabbit
|
2024-04-26 23:36:41 +08:00
|
|
|
DEPS = rabbit_common jose
|
2024-04-16 19:26:51 +08:00
|
|
|
TEST_DEPS = rabbitmq_ct_helpers cowboy
|
2024-01-03 16:28:36 +08:00
|
|
|
LOCAL_DEPS = ssl inets crypto public_key
|
|
|
|
|
2024-05-02 18:51:42 +08:00
|
|
|
PLT_APPS = rabbit
|
|
|
|
|
2024-07-25 18:15:50 +08:00
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
2024-07-25 20:15:31 +08:00
|
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
2024-01-03 16:28:36 +08:00
|
|
|
|
2024-12-12 19:08:06 +08:00
|
|
|
# Required to properly autopatch jose.
|
|
|
|
ELIXIR = system
|
|
|
|
|
2024-01-03 16:28:36 +08:00
|
|
|
include rabbitmq-components.mk
|
|
|
|
include erlang.mk
|