summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d3af35b97..845138ae38 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ include rabbitmq-components.mk
# When we distribute RabbitMQ, we want to include all plugins. Therefore
# we take the listed components, then we filter out the broker itself,
-# the test framework, the non-Erlang clients and the dependencies
-# already listed.
+# the test framework, the non-Erlang clients, the website and the
+# dependencies already listed.
DISTRIBUTED_DEPS := $(filter-out \
rabbit \
rabbitmq_test \
@@ -47,6 +47,7 @@ DISTRIBUTED_DEPS := $(filter-out \
rabbitmq_toke \
rabbitmq_java_client \
rabbitmq_dotnet_client \
+ rabbitmq_website \
$(DEPS), \
$(RABBITMQ_COMPONENTS))