aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-01 23:00:21 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-01 23:00:21 +0200
commit6c608c352cf7837cdbe14efe3a758215c076d1b2 (patch)
treecdbda90e5a2bf3a4cf7f4e5da944cd01953a5eb1
parentMerge pull request #1032 (diff)
parentwallet_merged: ringct added to dependencies (diff)
downloadmonero-6c608c352cf7837cdbe14efe3a758215c076d1b2.tar.xz
Merge pull request #1033
4d17949 wallet_merged: ringct added to dependencies (Ilya Kitaev)
-rw-r--r--src/wallet/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt
index 48e4b0a23..40c5d38ae 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 $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txtA