diff options
| author | Cory Fields <[email protected]> | 2016-01-26 14:52:56 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-01-26 23:07:04 -0500 |
| commit | f3d3eaf78eb51238d799d8f20a585550d1567719 (patch) | |
| tree | 460d9730bb254658f83d7239e5d620c485b3bb5d /Makefile.am | |
| parent | release: add _IO_stdin_used to ignored exports (diff) | |
| download | discoin-f3d3eaf78eb51238d799d8f20a585550d1567719.tar.xz discoin-f3d3eaf78eb51238d799d8f20a585550d1567719.zip | |
release: add check-symbols and check-security make targets
These are not added to the default checks because some of them depend on
release-build configs.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b2b781172..0a3b00bcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,9 @@ OSX_QT_TRANSLATIONS = da,de,es,hu,ru,uk,zh_CN,zh_TW DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md) +BIN_CHECKS=$(top_srcdir)/contrib/devtools/symbol-check.py \ + $(top_srcdir)/contrib/devtools/security-check.py + WINDOWS_PACKAGING = $(top_srcdir)/share/pixmaps/bitcoin.ico \ $(top_srcdir)/share/pixmaps/nsis-header.bmp \ $(top_srcdir)/share/pixmaps/nsis-wizard.bmp \ @@ -213,7 +216,7 @@ endif dist_noinst_SCRIPTS = autogen.sh -EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) +EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS) CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER) |