Makefile: Add rabbit_common to BUILD_DEPS

It's required for the Erlang.mk plugins.
This commit is contained in:
Jean-Sébastien Pédron 2017-01-31 12:23:33 +01:00
parent 16c3866d7a
commit b7a4e4daec
1 changed files with 2 additions and 1 deletions

View File

@ -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