diff options
| author | MarcoFalke <[email protected]> | 2018-07-30 13:45:01 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-07-30 14:00:56 -0400 |
| commit | fa0e1e2f630e6ca6cdfca64d8d92a7f0f85baa4d (patch) | |
| tree | b2b3f26da6daad9454dce25926707cbbacbc39bc /Makefile.am | |
| parent | Merge #13773: wallet: Fix accidental use of the comma operator (diff) | |
| download | discoin-fa0e1e2f630e6ca6cdfca64d8d92a7f0f85baa4d.tar.xz discoin-fa0e1e2f630e6ca6cdfca64d8d92a7f0f85baa4d.zip | |
contrib: Remove debian and rpm subfolders
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f3f3302fc..10dda65b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,8 +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 + $(top_srcdir)/contrib/install_db4.sh DIST_SHARE = \ $(top_srcdir)/share/genbuild.sh \ $(top_srcdir)/share/rpcauth |