Browse Source

Removes Windows and OSX packaging from EXTRA_DIST

pull/4/head
Kevin Gallagher 8 years ago
committed by Jack Grigg
parent
commit
3bccc064c6
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      Makefile.am

2
Makefile.am

@ -261,7 +261,7 @@ endif
dist_noinst_SCRIPTS = autogen.sh
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.sh qa/pull-tester/run-bitcoin-cli qa/rpc-tests qa/zcash $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS)
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.sh qa/pull-tester/run-bitcoin-cli qa/rpc-tests qa/zcash $(DIST_DOCS) $(BIN_CHECKS)
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)

Loading…
Cancel
Save