From 7d07c64fe59846b20b1e322881c1ead2fe78460d Mon Sep 17 00:00:00 2001 From: kenshi84 Date: Fri, 10 Mar 2017 10:20:38 +0900 Subject: fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB functions virtual again to avoid missing symbols error --- src/cryptonote_basic/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cryptonote_basic/CMakeLists.txt') diff --git a/src/cryptonote_basic/CMakeLists.txt b/src/cryptonote_basic/CMakeLists.txt index db478c690..2b8ad365a 100644 --- a/src/cryptonote_basic/CMakeLists.txt +++ b/src/cryptonote_basic/CMakeLists.txt @@ -32,6 +32,7 @@ set(cryptonote_basic_sources cryptonote_basic_impl.cpp cryptonote_format_utils.cpp difficulty.cpp + hardfork.cpp miner.cpp) set(cryptonote_basic_headers) @@ -47,6 +48,7 @@ set(cryptonote_basic_private_headers cryptonote_format_utils.h cryptonote_stat_info.h difficulty.h + hardfork.h miner.h tx_extra.h verification_context.h) -- cgit v1.2.3