Browse Source

Move ui_interface.cpp to libbitcoin_server_a_SOURCES

It is only needed by bitcoind and bitcoin-qt
0.13
MarcoFalke 8 years ago
parent
commit
fa10ce6a6d
  1. 2
      src/Makefile.am

2
src/Makefile.am

@ -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 \

Loading…
Cancel
Save