diff options
| author | MarcoFalke <[email protected]> | 2019-04-29 08:48:36 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-04-29 08:48:39 -0400 |
| commit | 11e32e2fd1b1c4dd9fad9b4af7288f32522f4794 (patch) | |
| tree | 35110ef95aaecad34ff4b2ad6c01587819080cd1 /Makefile.am | |
| parent | Merge #15913: Bugfix: dummywallet: Add -ignorepartialspends to list of ignore... (diff) | |
| parent | add missing debian contrib files to tarball (diff) | |
| download | discoin-11e32e2fd1b1c4dd9fad9b4af7288f32522f4794.tar.xz discoin-11e32e2fd1b1c4dd9fad9b4af7288f32522f4794.zip | |
Merge #12051: add missing debian contrib file to tarball
5d7ce74ab3 add missing debian contrib files to tarball (Peter Wagner)
Pull request description:
the current release is missing the debian contrib folder, add it
ACKs for commit 5d7ce7:
Tree-SHA512: 9d38c9ec0cc13171582c0bde57a2f69b22026a91f353e20da556cb63a4cfbba68b2465c9c62eaa98df50a65d971cc4411ffee519824b34068772ae8ddedb7d4c
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 85674f819..ec0743c3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md) DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \ $(top_srcdir)/contrib/bitcoin-tx.bash-completion \ $(top_srcdir)/contrib/bitcoind.bash-completion \ + $(top_srcdir)/contrib/debian/copyright \ $(top_srcdir)/contrib/init \ $(top_srcdir)/contrib/install_db4.sh DIST_SHARE = \ |