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 716c3b8 commit 37152d0Copy full SHA for 37152d0
deps/amqp10_common/Makefile
@@ -24,8 +24,6 @@ define HEX_TARBALL_EXTRA_METADATA
24
}
25
endef
26
27
-HEX_TARBALL_FILES += $(DEPS_DIR)/../rabbitmq-components.mk
28
-
29
DIALYZER_OPTS += --src -r test
30
BUILD_DEPS = rabbit_common
31
@@ -49,4 +47,6 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \
49
47
include ../../rabbitmq-components.mk
50
48
include ../../erlang.mk
51
+HEX_TARBALL_FILES += $(DEPS_DIR)/../rabbitmq-components.mk
+
52
-include development.post.mk
0 commit comments