Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 1 addition & 2 deletions deps/amqp10_client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ dep_elvis_mk = git https://github.com/inaka/elvis.mk.git master
include ../../rabbitmq-components.mk
include ../../erlang.mk

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

# --------------------------------------------------------------------
# ActiveMQ for the testsuite.
Expand Down
3 changes: 1 addition & 2 deletions deps/amqp10_common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ PLT_APPS = eunit
include ../../rabbitmq-components.mk
include ../../erlang.mk

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

-include development.post.mk
3 changes: 1 addition & 2 deletions deps/amqp_client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ PLT_APPS = ssl public_key
include ../../rabbitmq-components.mk
include ../../erlang.mk

HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt
HEX_TARBALL_FILES += git-revisions.txt
3 changes: 1 addition & 2 deletions deps/rabbit_common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ PLT_APPS += mnesia crypto ssl
include ../../rabbitmq-components.mk
include ../../erlang.mk

HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
git-revisions.txt \
HEX_TARBALL_FILES += git-revisions.txt \
mk/rabbitmq-build.mk \
mk/rabbitmq-dist.mk \
mk/rabbitmq-early-plugin.mk \
Expand Down
Loading