Update rabbitmq-components.mk

This commit is contained in:
Jean-Sébastien Pédron 2015-11-03 15:12:31 +01:00
parent 948e7554fa
commit 255b459544
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ endif
endif
endif
ifeq ($(filter rabbit_public_umbrella rabbit rabbit_common rabbitmq_test,$(PROJECT)),)
ifeq ($(filter rabbit_public_umbrella amqp_client rabbit rabbit_common rabbitmq_test,$(PROJECT)),)
ifeq ($(filter rabbitmq_test,$(DEPS) $(BUILD_DEPS) $(TEST_DEPS)),)
TEST_DEPS += rabbitmq_test
endif