diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-19 18:07:18 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-06-27 11:39:09 -0400 |
commit | fac96e6450d595fe67168cb7afa7692da6cc9973 (patch) | |
tree | 3aaa61c457fe724293841630bf6b97eca5704a1b /src/Makefile.am | |
parent | fa0f6c58c1c6d10f04c4e65a424cc51ebca50a8c (diff) |
wallet: Do not include server symbols
ui_interface is in libbitcoin_server and can not be included in the
wallet because the wallet does not link with server symbols.
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 632ed3e31f..d94d829e2b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -234,6 +234,7 @@ BITCOIN_CORE_H = \ util/threadnames.h \ util/time.h \ util/translation.h \ + util/ui_change_type.h \ util/url.h \ util/vector.h \ validation.h \ |