mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
kernel: move RunCommandParseJSON to its own file
Because libbitcoinkernel does not include this new object, this has the side-effect of eliminating the unnecessary boost::process dependency.
This commit is contained in:
@@ -284,6 +284,7 @@ BITCOIN_CORE_H = \
|
||||
util/rbf.h \
|
||||
util/readwritefile.h \
|
||||
util/result.h \
|
||||
util/run_command.h \
|
||||
util/serfloat.h \
|
||||
util/settings.h \
|
||||
util/sock.h \
|
||||
@@ -680,6 +681,7 @@ libbitcoin_util_a_SOURCES = \
|
||||
util/fees.cpp \
|
||||
util/getuniquepath.cpp \
|
||||
util/hasher.cpp \
|
||||
util/run_command.cpp \
|
||||
util/sock.cpp \
|
||||
util/syserror.cpp \
|
||||
util/system.cpp \
|
||||
|
||||
Reference in New Issue
Block a user