Skip to content

Commit 471191b

Browse files
committed
Add cowlib to PLT_APPS for some plugins
1 parent f530c46 commit 471191b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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 elixir
24+
PLT_APPS += rabbitmqctl elixir cowlib
2525

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

deps/rabbitmq_web_stomp/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ endef
2222
DEPS = cowboy rabbit_common rabbit rabbitmq_stomp
2323
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
2424

25+
PLT_APPS += cowlib
26+
2527
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
2628
# See rabbitmq-components.mk.
2729
BUILD_DEPS += ranch

0 commit comments

Comments
 (0)