Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deps/amqp10_client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk \
DEP_PLUGINS += elvis_mk
dep_elvis_mk = git https://github.com/inaka/elvis.mk.git master

include rabbitmq-components.mk
include erlang.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk

HEX_TARBALL_FILES += rabbitmq-components.mk \
HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt

# --------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion deps/amqp10_client/erlang.mk

This file was deleted.

1 change: 0 additions & 1 deletion deps/amqp10_client/rabbitmq-components.mk

This file was deleted.

6 changes: 3 additions & 3 deletions deps/amqp10_common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \

PLT_APPS = eunit

include rabbitmq-components.mk
include erlang.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk

HEX_TARBALL_FILES += rabbitmq-components.mk \
HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt

-include development.post.mk
1 change: 0 additions & 1 deletion deps/amqp10_common/erlang.mk

This file was deleted.

1 change: 0 additions & 1 deletion deps/amqp10_common/rabbitmq-components.mk

This file was deleted.

6 changes: 3 additions & 3 deletions deps/amqp_client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk \

PLT_APPS = ssl public_key

include rabbitmq-components.mk
include erlang.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk

HEX_TARBALL_FILES += rabbitmq-components.mk \
HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt
1 change: 0 additions & 1 deletion deps/amqp_client/erlang.mk

This file was deleted.

1 change: 0 additions & 1 deletion deps/amqp_client/rabbitmq-components.mk

This file was deleted.

6 changes: 3 additions & 3 deletions deps/rabbit_common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ DEP_PLUGINS = $(PROJECT)/mk/rabbitmq-build.mk \

PLT_APPS += mnesia crypto ssl

include rabbitmq-components.mk
include erlang.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk

HEX_TARBALL_FILES += rabbitmq-components.mk \
HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt \
mk/rabbitmq-build.mk \
mk/rabbitmq-dist.mk \
Expand Down
1 change: 0 additions & 1 deletion deps/rabbit_common/erlang.mk

This file was deleted.

1 change: 0 additions & 1 deletion deps/rabbit_common/rabbitmq-components.mk

This file was deleted.

Loading