add stdin helpers for password input support

This commit is contained in:
Karl-Johan Alm
2018-07-19 23:48:38 +09:00
committed by Karl-Johan Alm
parent b0e268d2f6
commit 0da503e947
3 changed files with 92 additions and 0 deletions

View File

@@ -520,6 +520,8 @@ endif
libbitcoin_cli_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
libbitcoin_cli_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libbitcoin_cli_a_SOURCES = \
compat/stdin.h \
compat/stdin.cpp \
rpc/client.cpp \
$(BITCOIN_CORE_H)