Build: Consensus: Move consensus files from common to its own module/package

This commit is contained in:
Jorge Timón
2015-11-20 16:46:03 +01:00
parent 3cd836c1d8
commit a3d5eec546
5 changed files with 38 additions and 33 deletions

View File

@@ -16,6 +16,7 @@ bench_bench_bitcoin_LDADD = \
$(LIBBITCOIN_COMMON) \
$(LIBBITCOIN_UNIVALUE) \
$(LIBBITCOIN_UTIL) \
$(LIBBITCOIN_CONSENSUS) \
$(LIBBITCOIN_CRYPTO) \
$(LIBLEVELDB) \
$(LIBMEMENV) \