diff options
| author | MarcoFalke <[email protected]> | 2016-03-21 18:29:17 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-04-02 15:26:21 +0200 |
| commit | fabbf80f2f956e056e423f24318e9157367ff569 (patch) | |
| tree | 29cd6a37252053386a071d2a4ffcb8f9a77c0ff4 /src/Makefile.am | |
| parent | Merge #7691: [Wallet] refactor wallet/init interaction (diff) | |
| download | discoin-fabbf80f2f956e056e423f24318e9157367ff569.tar.xz discoin-fabbf80f2f956e056e423f24318e9157367ff569.zip | |
[ui] Move InitError, InitWarning, AmountErrMsg
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1e54512cb..10aa550a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -323,6 +323,7 @@ libbitcoin_util_a_SOURCES = \ rpc/protocol.cpp \ support/cleanse.cpp \ sync.cpp \ + ui_interface.cpp \ util.cpp \ utilmoneystr.cpp \ utilstrencodings.cpp \ |