From fa10ce6a6dd0a6f00f6528e12f1de7a7fcb08928 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 19 Apr 2016 16:10:19 +0200 Subject: [PATCH] Move ui_interface.cpp to libbitcoin_server_a_SOURCES It is only needed by bitcoind and bitcoin-qt --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 10aa550a0..585463fc1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \