Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
This commit is contained in:
parent
a90ca4087a
commit
471a4992d4
1 changed files with 1 additions and 1 deletions
|
@ -235,6 +235,7 @@ libbitcoin_server_a_SOURCES = \
|
||||||
rpc/net.cpp \
|
rpc/net.cpp \
|
||||||
rpc/rawtransaction.cpp \
|
rpc/rawtransaction.cpp \
|
||||||
rpc/server.cpp \
|
rpc/server.cpp \
|
||||||
|
rpc/util.cpp \
|
||||||
script/sigcache.cpp \
|
script/sigcache.cpp \
|
||||||
timedata.cpp \
|
timedata.cpp \
|
||||||
torcontrol.cpp \
|
torcontrol.cpp \
|
||||||
|
@ -392,7 +393,6 @@ libbitcoin_util_a_SOURCES = \
|
||||||
logging.cpp \
|
logging.cpp \
|
||||||
random.cpp \
|
random.cpp \
|
||||||
rpc/protocol.cpp \
|
rpc/protocol.cpp \
|
||||||
rpc/util.cpp \
|
|
||||||
support/cleanse.cpp \
|
support/cleanse.cpp \
|
||||||
sync.cpp \
|
sync.cpp \
|
||||||
threadinterrupt.cpp \
|
threadinterrupt.cpp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue