diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-02-02 18:37:36 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-02-02 19:02:22 +0100 |
| commit | fd13fe7ca01b6104ce591af2b90ee6951ccc5a16 (patch) | |
| tree | 2d1d00cb877a61df7f1a92064020194c860c4cb4 /src/Makefile.bench.include | |
| parent | Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee (diff) | |
| parent | Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and depen... (diff) | |
| download | discoin-fd13fe7ca01b6104ce591af2b90ee6951ccc5a16.tar.xz discoin-fd13fe7ca01b6104ce591af2b90ee6951ccc5a16.zip | |
Merge #7091: Consensus build package
cf82d05 Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and dependend on both crypto and consensus packages (Jorge Timón)
4feadec Build: Libconsensus: Move libconsensus-ready files to the consensus package (Jorge Timón)
a3d5eec Build: Consensus: Move consensus files from common to its own module/package (Jorge Timón)
Diffstat (limited to 'src/Makefile.bench.include')
| -rw-r--r-- | src/Makefile.bench.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include index d660a3a74..d3cecb6b4 100644 --- a/src/Makefile.bench.include +++ b/src/Makefile.bench.include @@ -16,6 +16,7 @@ bench_bench_bitcoin_LDADD = \ $(LIBBITCOIN_COMMON) \ $(LIBBITCOIN_UNIVALUE) \ $(LIBBITCOIN_UTIL) \ + $(LIBBITCOIN_CONSENSUS) \ $(LIBBITCOIN_CRYPTO) \ $(LIBLEVELDB) \ $(LIBMEMENV) \ |