Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Update rabbitmq-components.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Nov 30, 2015
1 parent 620b923 commit 45719fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rabbitmq-components.mk
Expand Up @@ -91,6 +91,11 @@ RABBITMQ_COMPONENTS = amqp_client \
rabbitmq_web_stomp_examples \
rabbitmq_website

# Several components have a custom erlang.mk/build.config, mainly
# to disable eunit. Therefore, we can't use the top-level project's
# erlang.mk copy.
NO_AUTOPATCH += $(RABBITMQ_COMPONENTS)

ifeq ($(origin current_rmq_ref),undefined)
ifneq ($(wildcard .git),)
current_rmq_ref := $(shell \
Expand Down

0 comments on commit 45719fe

Please sign in to comment.