mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Move ui_interface.cpp to libbitcoin_server_a_SOURCES
It is only needed by bitcoind and bitcoin-qt
This commit is contained in:
parent
fabbf80f2f
commit
fa10ce6a6d
1 changed files with 1 additions and 1 deletions
|
@ -203,6 +203,7 @@ libbitcoin_server_a_SOURCES = \
|
|||
torcontrol.cpp \
|
||||
txdb.cpp \
|
||||
txmempool.cpp \
|
||||
ui_interface.cpp \
|
||||
validationinterface.cpp \
|
||||
versionbits.cpp \
|
||||
$(BITCOIN_CORE_H)
|
||||
|
@ -323,7 +324,6 @@ libbitcoin_util_a_SOURCES = \
|
|||
rpc/protocol.cpp \
|
||||
support/cleanse.cpp \
|
||||
sync.cpp \
|
||||
ui_interface.cpp \
|
||||
util.cpp \
|
||||
utilmoneystr.cpp \
|
||||
utilstrencodings.cpp \
|
||||
|
|
Loading…
Reference in a new issue