From 4d17949d4f43496c8d2436d1415a796dcd429484 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Thu, 1 Sep 2016 23:06:36 +0300 Subject: [PATCH] wallet_merged: ringct added to dependencies --- src/wallet/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 48e4b0a2..40c5d38a 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -74,7 +74,7 @@ target_link_libraries(wallet ${Boost_REGEX_LIBRARY} ${EXTRA_LIBRARIES}) -set(libs_to_merge wallet cryptonote_core mnemonics common crypto) +set(libs_to_merge wallet cryptonote_core mnemonics common crypto ringct) foreach(lib ${libs_to_merge}) list(APPEND objlibs $) # matches naming convention in src/CMakeLists.txtA