Makefile: Add rabbit_common to BUILD_DEPS
It's required for the Erlang.mk plugins.
This commit is contained in:
parent
16c3866d7a
commit
b7a4e4daec
|
|
@ -1,5 +1,6 @@
|
|||
PROJECT = rabbitmq_auth_backend_uaa
|
||||
|
||||
BUILD_DEPS = rabbit_common
|
||||
DEPS = amqp_client uaa_jwt rabbit
|
||||
TEST_DEPS = cowboy rabbitmq_web_dispatch rabbitmq_ct_helpers jose
|
||||
|
||||
|
|
@ -28,4 +29,4 @@ ifeq ($(ERL_LIBS),)
|
|||
ERL_LIBS = $(MIX_ERL_LIBS)
|
||||
else
|
||||
ERL_LIBS := $(ERL_LIBS):$(MIX_ERL_LIBS)
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue