summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-05-16 16:58:03 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-05-16 16:58:03 +0200
commitced8290812301cb2101b429d0cf1a6d7916daba2 (patch)
tree4bd631dc854562a94f99ed9f1449d58b198bba11
parent3b643e1ceedce8e61cfc0c065534dee9524671e7 (diff)
downloadrabbitmq-server-git-ced8290812301cb2101b429d0cf1a6d7916daba2.tar.gz
Makefile: Load the new `rabbitmq-early-test.mk` early-stage pluginrabbitmq_v3_6_10_rc2
See the corresponding commit in rabbitmq-common for an explanation. [#144697185]
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b141efde1..0ea8dcaa06 100644
--- a/Makefile
+++ b/Makefile
@@ -132,6 +132,7 @@ EXTRA_SOURCES += $(USAGES_ERL)
.DEFAULT_GOAL = all
$(PROJECT).d:: $(EXTRA_SOURCES)
+DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-test.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \
rabbit_common/mk/rabbitmq-dist.mk \
rabbit_common/mk/rabbitmq-run.mk \