diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-04-26 13:46:20 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-04-26 13:46:20 +0300 |
commit | 566166aafd29bbca1f4916d4383752945892eb20 (patch) | |
tree | 785b1711ffdb6a1a97d41849f649b103ef28110a /src/wallet/CMakeLists.txt | |
parent | Merge remote-tracking branch 'upstream/master' into develop (diff) | |
download | monero-566166aafd29bbca1f4916d4383752945892eb20.tar.xz |
merged with upstream
Diffstat (limited to 'src/wallet/CMakeLists.txt')
-rw-r--r-- | src/wallet/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 33af4f30d..49f936f5c 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -36,7 +36,8 @@ set(wallet_sources api/wallet_manager.cpp api/transaction_info.cpp api/transaction_history.cpp - api/pending_transaction.cpp) + api/pending_transaction.cpp + api/utils.cpp) set(wallet_headers) |