aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: fix race in 'make deploy' for windowsCory Fields2014-08-061-1/+1
| | | | | The binary builds can clobber eachother, so use a single subdir dependency instead.
* build: Fix 'make deploy' when binaries haven't been built yetCory Fields2014-08-061-0/+9
|
* build: hook up qt translations for static osx packagingCory Fields2014-08-061-2/+2
|
* test: redirect comparison tool output to stdoutCory Fields2014-07-311-1/+1
| | | | Otherwise travis thinks the build has stalled.
* secp256k1: Add build-side changes for libsecp256k1Cory Fields2014-07-011-0/+1
| | | | | | Note: This is added to our existing automake targets rather than as a libtool-style lib. The switch to libtool-style targets can come later if it proves to not add any complications.
* build: Add a top-level forwarding target for src/* objectsCory Fields2014-06-101-3/+3
| | | | | | | | Fixes #3955. It's hackish, but seems to always function as expected. Examples: make src/bitcoind make src/qt/bitcoin-qt make src/libbitcoin.a
* build: fix make clean on OSXCory Fields2014-05-061-2/+2
| | | | | Rebased-From: 74df0f5 Rebased-By: Wladimir J. van der Laan <[email protected]>
* Have pull-tester run the listtransactions.py regression testGavin Andresen2014-04-021-1/+1
| | | | | This should show how to run a python-based regression test successfully in the pull-tester environment.
* fix permissions in application bundleAndrea D'Amore2014-03-241-2/+2
| | | | | | | | Use INSTALL_DATA rather than INSTALL for copying non executable files in OS X application bundle. Tested by running "all appbundle" make target and trying the resulting application bundle, host system is OS X 10.9.2 .
* build: hook up "make deploy" for cross osx buildsCory Fields2014-03-201-2/+14
|
* build: ensure the correct strip is used for osx/win32Cory Fields2014-03-201-4/+4
|
* build: Make sure historical release notes end up in distributionsWladimir J. van der Laan2014-01-311-1/+1
| | | | | Adds the historical release notes to release tarballs and windows installers.
* build: Package docs/ and don't package source.Wladimir J. van der Laan2014-01-211-2/+3
| | | | | No-one uses the installer then builds from source. Closes #2819.
* build: Add bitcoin-cli.exe to installerWladimir J. van der Laan2014-01-211-9/+7
|
* Adapt Windows installer for 64 bitWladimir J. van der Laan2014-01-211-1/+1
|
* Fix port binding by listening on port $BASHPIDMatt Corallo2013-10-281-2/+2
|
* Make large-reorg tests optional in block-testerMatt Corallo2013-10-281-2/+2
|
* Re-enable BitcoindComparisonTool:Matt Corallo2013-10-271-2/+4
| | | | | | | * Use the latest version, with limited memory usage, and path to on-disk db (try mouting qa/tmp on a tmpfs)\ * enable -debug=net * re-enable BitcoindComparisonTool in pull-tester
* make appbundle target for OSX developmentGavin Andresen2013-10-081-3/+3
| | | | | | Adds an 'appbundle' target that creates a top-level Bitcoin-Qt.app/ Modifies the 'deploy' target so that it leaves behind Bitcoin-Qt.app; make clean will remove it.
* autotools: switch to autotools buildsystemCory Fields2013-09-051-0/+159