aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorburicl <lubor.buric@gmail.com>2018-11-06 00:17:22 +0100
committerburicl <lubor.buric@gmail.com>2018-11-06 00:17:22 +0100
commit1fd017cf7756369aff4ac6b598cf86a130f78e12 (patch)
treecfbad82cd8136d35e7912113f4858f3b4b0b18ea /src/wallet
parentMerge pull request #4797 (diff)
downloadmonero-1fd017cf7756369aff4ac6b598cf86a130f78e12.tar.xz
Fix build of monero-gui by adding device_trezor to wallet_merged
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt
index 4932dd4b6..4e3fb1ae5 100644
--- a/src/wallet/CMakeLists.txt
+++ b/src/wallet/CMakeLists.txt
@@ -120,7 +120,8 @@ if (BUILD_GUI_DEPS)
ringct
ringct_basic
checkpoints
- version)
+ version
+ device_trezor)
foreach(lib ${libs_to_merge})
list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txt