Skip to content

Commit fa10ce6

Browse files
author
MarcoFalke
committed
Move ui_interface.cpp to libbitcoin_server_a_SOURCES
It is only needed by bitcoind and bitcoin-qt
1 parent fabbf80 commit fa10ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ libbitcoin_server_a_SOURCES = \
203203
torcontrol.cpp \
204204
txdb.cpp \
205205
txmempool.cpp \
206+
ui_interface.cpp \
206207
validationinterface.cpp \
207208
versionbits.cpp \
208209
$(BITCOIN_CORE_H)
@@ -323,7 +324,6 @@ libbitcoin_util_a_SOURCES = \
323324
rpc/protocol.cpp \
324325
support/cleanse.cpp \
325326
sync.cpp \
326-
ui_interface.cpp \
327327
util.cpp \
328328
utilmoneystr.cpp \
329329
utilstrencodings.cpp \

0 commit comments

Comments
 (0)