We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce2cc5 commit 0144735Copy full SHA for 0144735
Makefile
@@ -26,9 +26,5 @@ BUILD_DEPS += ranch
26
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
27
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
28
29
-# The monorepo structure of RabbitMQ does not work for OOT plugins.
30
-DEPS_DIR ?= $(abspath ../rabbitmq-server/deps)
31
-ERLANG_MK_TMP ?= $(abspath ./.erlang.mk)
32
-
33
-include ../rabbitmq-server/rabbitmq-components.mk
34
-include ../rabbitmq-server/erlang.mk
+include ../../rabbitmq-components.mk
+include ../../erlang.mk
0 commit comments