diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2015-11-20 16:46:03 +0100 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-12-08 06:30:14 +0100 |
commit | a3d5eec54613044fc149445cc8e544a350ed312e (patch) | |
tree | 8b9f1a26a8921fc62527d94f48db80ac4d2660f8 /src/Makefile.bench.include | |
parent | 3cd836c1d855b92e7c73ab31979f471c4f8dad68 (diff) |
Build: Consensus: Move consensus files from common to its own module/package
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 d660a3a747..d3cecb6b43 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) \ |