|
|
@ -131,9 +131,9 @@ BITCOIN_CORE_H = \ |
|
|
|
pubkey.h \
|
|
|
|
pubkey.h \
|
|
|
|
random.h \
|
|
|
|
random.h \
|
|
|
|
reverselock.h \
|
|
|
|
reverselock.h \
|
|
|
|
rpcclient.h \
|
|
|
|
rpc/client.h \
|
|
|
|
rpcprotocol.h \
|
|
|
|
rpc/protocol.h \
|
|
|
|
rpcserver.h \
|
|
|
|
rpc/server.h \
|
|
|
|
scheduler.h \
|
|
|
|
scheduler.h \
|
|
|
|
script/interpreter.h \
|
|
|
|
script/interpreter.h \
|
|
|
|
script/script.h \
|
|
|
|
script/script.h \
|
|
|
@ -203,12 +203,12 @@ libbitcoin_server_a_SOURCES = \ |
|
|
|
policy/policy.cpp \
|
|
|
|
policy/policy.cpp \
|
|
|
|
pow.cpp \
|
|
|
|
pow.cpp \
|
|
|
|
rest.cpp \
|
|
|
|
rest.cpp \
|
|
|
|
rpcblockchain.cpp \
|
|
|
|
rpc/blockchain.cpp \
|
|
|
|
rpcmining.cpp \
|
|
|
|
rpc/mining.cpp \
|
|
|
|
rpcmisc.cpp \
|
|
|
|
rpc/misc.cpp \
|
|
|
|
rpcnet.cpp \
|
|
|
|
rpc/net.cpp \
|
|
|
|
rpcrawtransaction.cpp \
|
|
|
|
rpc/rawtransaction.cpp \
|
|
|
|
rpcserver.cpp \
|
|
|
|
rpc/server.cpp \
|
|
|
|
script/sigcache.cpp \
|
|
|
|
script/sigcache.cpp \
|
|
|
|
timedata.cpp \
|
|
|
|
timedata.cpp \
|
|
|
|
torcontrol.cpp \
|
|
|
|
torcontrol.cpp \
|
|
|
@ -304,7 +304,7 @@ libbitcoin_util_a_SOURCES = \ |
|
|
|
compat/glibcxx_sanity.cpp \
|
|
|
|
compat/glibcxx_sanity.cpp \
|
|
|
|
compat/strnlen.cpp \
|
|
|
|
compat/strnlen.cpp \
|
|
|
|
random.cpp \
|
|
|
|
random.cpp \
|
|
|
|
rpcprotocol.cpp \
|
|
|
|
rpc/protocol.cpp \
|
|
|
|
support/cleanse.cpp \
|
|
|
|
support/cleanse.cpp \
|
|
|
|
sync.cpp \
|
|
|
|
sync.cpp \
|
|
|
|
uint256.cpp \
|
|
|
|
uint256.cpp \
|
|
|
@ -322,7 +322,7 @@ endif |
|
|
|
libbitcoin_cli_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) |
|
|
|
libbitcoin_cli_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) |
|
|
|
libbitcoin_cli_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) |
|
|
|
libbitcoin_cli_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) |
|
|
|
libbitcoin_cli_a_SOURCES = \
|
|
|
|
libbitcoin_cli_a_SOURCES = \
|
|
|
|
rpcclient.cpp \
|
|
|
|
rpc/client.cpp \
|
|
|
|
$(BITCOIN_CORE_H) |
|
|
|
$(BITCOIN_CORE_H) |
|
|
|
|
|
|
|
|
|
|
|
nodist_libbitcoin_util_a_SOURCES = $(srcdir)/obj/build.h |
|
|
|
nodist_libbitcoin_util_a_SOURCES = $(srcdir)/obj/build.h |
|
|
|