File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ dep_rabbitmq_test = git_rmq rabbitmq-test $(current_rmq_ref)
54
54
dep_rabbitmq_web_dispatch = git_rmq rabbitmq-web-dispatch $(current_rmq_ref ) $(base_rmq_ref )
55
55
dep_rabbitmq_web_stomp = git_rmq rabbitmq-web-stomp $(current_rmq_ref ) $(base_rmq_ref )
56
56
dep_rabbitmq_web_stomp_examples = git_rmq rabbitmq-web-stomp-examples $(current_rmq_ref ) $(base_rmq_ref )
57
+ dep_rabbitmq_website = git_rmq rabbitmq-website $(current_rmq_ref ) $(base_rmq_ref ) live
57
58
dep_sockjs = git_rmq sockjs-erlang $(current_rmq_ref ) $(base_rmq_ref )
58
59
dep_toke = git_rmq toke $(current_rmq_ref ) $(base_rmq_ref )
59
60
@@ -82,7 +83,8 @@ RABBITMQ_COMPONENTS = amqp_client \
82
83
rabbitmq_tracing \
83
84
rabbitmq_web_dispatch \
84
85
rabbitmq_web_stomp \
85
- rabbitmq_web_stomp_examples
86
+ rabbitmq_web_stomp_examples \
87
+ rabbitmq_website
86
88
87
89
ifeq ($(origin current_rmq_ref ) ,undefined)
88
90
ifneq ($(wildcard .git) ,)
You can’t perform that action at this time.
0 commit comments