aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-06-17 02:50:13 +0000
committerChun Kuan Lee <ken2812221@gmail.com>2018-06-18 02:55:47 +0000
commit471a4992d4a4477d7e234a82d3639d06f4572e9a (patch)
tree78c539d0a8488c2b91200b09ba2bd014f4378429
parenta90ca4087a6f0d7a0e22ce2769f3b0588d75b293 (diff)
downloadbitcoin-471a4992d4a4477d7e234a82d3639d06f4572e9a.tar.xz
Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e03c21f16e..a2599d33e1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -235,6 +235,7 @@ libbitcoin_server_a_SOURCES = \
rpc/net.cpp \
rpc/rawtransaction.cpp \
rpc/server.cpp \
+ rpc/util.cpp \
script/sigcache.cpp \
timedata.cpp \
torcontrol.cpp \
@@ -392,7 +393,6 @@ libbitcoin_util_a_SOURCES = \
logging.cpp \
random.cpp \
rpc/protocol.cpp \
- rpc/util.cpp \
support/cleanse.cpp \
sync.cpp \
threadinterrupt.cpp \