diff options
author | Karl-Johan Alm <kalle.alm@gmail.com> | 2018-07-19 23:48:38 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2019-10-01 12:19:31 +0900 |
commit | 0da503e9475fea5644168544668581796bf66334 (patch) | |
tree | 76c6131af2e7580f6ce5c51f2322fd4dc68daffd /src/Makefile.am | |
parent | b0e268d2f6ac9b80247b5dab353794ba6b3c2828 (diff) |
add stdin helpers for password input support
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1ef62a656d..d25f7ebe87 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) |