diff options
| author | James O'Beirne <[email protected]> | 2017-11-15 20:26:02 -0800 |
|---|---|---|
| committer | James O'Beirne <[email protected]> | 2017-11-16 11:49:19 -0800 |
| commit | af9103eb75182f51a987e7c35fa3eae61c58d010 (patch) | |
| tree | 40fb61193f97221548bcff4de0121772583aa614 /Makefile.am | |
| parent | Merge #11686: Make ISSUE_TEMPLATE a bit shorter, mention hardware tests (diff) | |
| download | discoin-af9103eb75182f51a987e7c35fa3eae61c58d010.tar.xz discoin-af9103eb75182f51a987e7c35fa3eae61c58d010.zip | |
[build] Add a script for installing db4
Instead of maintaining not-easily-tested instructions for building BerkeleyDB
in doc/build-unix.md, package the installation as a script in contrib/. This
allows shared usage from a number of contexts, e.g. Docker.
Thanks to @jonasschnelli, @laanwj for feedback.
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 a7092bb33..9b791cc0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,7 @@ 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/init \ + $(top_srcdir)/contrib/install_db4.sh \ $(top_srcdir)/contrib/rpm DIST_SHARE = \ $(top_srcdir)/share/genbuild.sh \ |