Move ui_interface.cpp to libbitcoin_server_a_SOURCES

It is only needed by bitcoind and bitcoin-qt
This commit is contained in:
MarcoFalke 2016-04-19 16:10:19 +02:00
parent fabbf80f2f
commit fa10ce6a6d
1 changed files with 1 additions and 1 deletions

View File

@ -203,6 +203,7 @@ libbitcoin_server_a_SOURCES = \
torcontrol.cpp \ torcontrol.cpp \
txdb.cpp \ txdb.cpp \
txmempool.cpp \ txmempool.cpp \
ui_interface.cpp \
validationinterface.cpp \ validationinterface.cpp \
versionbits.cpp \ versionbits.cpp \
$(BITCOIN_CORE_H) $(BITCOIN_CORE_H)
@ -323,7 +324,6 @@ libbitcoin_util_a_SOURCES = \
rpc/protocol.cpp \ rpc/protocol.cpp \
support/cleanse.cpp \ support/cleanse.cpp \
sync.cpp \ sync.cpp \
ui_interface.cpp \
util.cpp \ util.cpp \
utilmoneystr.cpp \ utilmoneystr.cpp \
utilstrencodings.cpp \ utilstrencodings.cpp \