diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-12 22:39:38 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-12 22:39:38 +0200 |
commit | aa7a926681fbb97b796e8fde5792eca3e67eacb0 (patch) | |
tree | 9a41eee577076adffb97e2c1b3dc3a2634d24779 /src/wallet/CMakeLists.txt | |
parent | Merge pull request #1433 (diff) | |
parent | GUI address book (diff) | |
download | monero-aa7a926681fbb97b796e8fde5792eca3e67eacb0.tar.xz |
Merge pull request #1434
5df92877 GUI address book (Jaquee)
Diffstat (limited to 'src/wallet/CMakeLists.txt')
-rw-r--r-- | src/wallet/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index bc7e5b50e..ba5c6b5ac 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -40,7 +40,8 @@ set(wallet_sources api/transaction_info.cpp api/transaction_history.cpp api/pending_transaction.cpp - api/utils.cpp) + api/utils.cpp + api/address_book.cpp) set(wallet_api_headers wallet2_api.h) @@ -59,7 +60,8 @@ set(wallet_private_headers api/transaction_info.h api/transaction_history.h api/pending_transaction.h - api/common_defines.h) + api/common_defines.h + api/address_book.h) monero_private_headers(wallet ${wallet_private_headers}) |