File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \
44
44
$(top_srcdir ) /contrib/bitcoind.bash-completion \
45
45
$(top_srcdir ) /contrib/init \
46
46
$(top_srcdir ) /contrib/rpm
47
+ DIST_SHARE = \
48
+ $(top_srcdir ) /share/genbuild.sh \
49
+ $(top_srcdir ) /share/rpcuser
47
50
48
51
BIN_CHECKS =$(top_srcdir ) /contrib/devtools/symbol-check.py \
49
52
$(top_srcdir ) /contrib/devtools/security-check.py
@@ -213,7 +216,7 @@ endif
213
216
214
217
dist_noinst_SCRIPTS = autogen.sh
215
218
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 )
217
220
218
221
EXTRA_DIST += \
219
222
test/util/bitcoin-util-test.py \
You can’t perform that action at this time.
0 commit comments