Skip to content

Commit fa81534

Browse files
author
MarcoFalke
committed
Add share/rpcuser to dist. source code archive
1 parent c2704ec commit fa81534

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \
4444
$(top_srcdir)/contrib/bitcoind.bash-completion \
4545
$(top_srcdir)/contrib/init \
4646
$(top_srcdir)/contrib/rpm
47+
DIST_SHARE = \
48+
$(top_srcdir)/share/genbuild.sh \
49+
$(top_srcdir)/share/rpcuser
4750

4851
BIN_CHECKS=$(top_srcdir)/contrib/devtools/symbol-check.py \
4952
$(top_srcdir)/contrib/devtools/security-check.py
@@ -213,7 +216,7 @@ endif
213216

214217
dist_noinst_SCRIPTS = autogen.sh
215218

216-
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh test/functional/test_runner.py test/functional $(DIST_CONTRIB) $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS)
219+
EXTRA_DIST = $(DIST_SHARE) test/functional/test_runner.py test/functional $(DIST_CONTRIB) $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS)
217220

218221
EXTRA_DIST += \
219222
test/util/bitcoin-util-test.py \

0 commit comments

Comments
 (0)