From 9baf2a7caaec50c9ae6138f4cd876d67c2ca3d23 Mon Sep 17 00:00:00 2001 From: xiphon Date: Sat, 28 Sep 2019 12:35:33 +0000 Subject: [PATCH] build: link wallet_merged against blockchain_db and hardforks obj --- src/wallet/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index d0fc21f51..553445a39 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -117,12 +117,14 @@ if (BUILD_GUI_DEPS) wallet_api wallet multisig + blockchain_db cryptonote_core cryptonote_basic mnemonics common cncrypto device + hardforks ringct ringct_basic checkpoints