diff options
| author | Chun Kuan Lee <[email protected]> | 2018-06-17 02:50:13 +0000 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2018-06-18 02:55:47 +0000 |
| commit | 471a4992d4a4477d7e234a82d3639d06f4572e9a (patch) | |
| tree | 78c539d0a8488c2b91200b09ba2bd014f4378429 /src | |
| parent | Merge #13448: Add linter: Make sure we explicitly open all text files using U... (diff) | |
| download | discoin-471a4992d4a4477d7e234a82d3639d06f4572e9a.tar.xz discoin-471a4992d4a4477d7e234a82d3639d06f4572e9a.zip | |
Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e03c21f16..a2599d33e 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 \ |