Skip to content

Commit f530c46

Browse files
committed
Add elixir to PLT_APPS for some plugins
1 parent c2b7c33 commit f530c46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deps/rabbitmq_mqtt/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LOCAL_DEPS = ssl
4747
DEPS = ranch rabbit_common rabbit ra amqp10_common
4848
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_web_mqtt amqp_client rabbitmq_consistent_hash_exchange rabbitmq_amqp_client rabbitmq_stomp rabbitmq_stream
4949

50-
PLT_APPS += rabbitmqctl
50+
PLT_APPS += rabbitmqctl elixir
5151

5252
dep_ct_helper = git https://github.com/extend/ct_helper.git master
5353
dep_emqtt = git https://github.com/rabbitmq/emqtt.git master

deps/rabbitmq_stomp/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endef
3333
DEPS = ranch rabbit_common rabbit amqp_client
3434
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
3535

36-
PLT_APPS += rabbitmqctl
36+
PLT_APPS += rabbitmqctl elixir
3737

3838
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
3939
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

deps/rabbitmq_stream/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LOCAL_DEPS = ssl
2525
DEPS = rabbit rabbitmq_stream_common osiris ranch
2626
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client amqp10_client
2727

28-
PLT_APPS += rabbitmqctl
28+
PLT_APPS += rabbitmqctl elixir
2929

3030
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
3131
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

deps/rabbitmq_web_mqtt/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LOCAL_DEPS = ssl
2121
DEPS = rabbit_common rabbit cowboy rabbitmq_mqtt
2222
TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management
2323

24-
PLT_APPS += rabbitmqctl
24+
PLT_APPS += rabbitmqctl elixir
2525

2626
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
2727
# See rabbitmq-components.mk.

0 commit comments

Comments
 (0)