From 8ce7767071779a0170364e6426bd393ed71bf281 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Wed, 19 Feb 2020 16:40:00 +0100 Subject: wallet: add ExternalSignerScriptPubKeyMan --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3b81056d25..9c33f7bdf5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -266,6 +266,7 @@ BITCOIN_CORE_H = \ wallet/db.h \ wallet/dump.h \ wallet/external_signer.h \ + wallet/external_signer_scriptpubkeyman.h \ wallet/feebumper.h \ wallet/fees.h \ wallet/ismine.h \ @@ -380,6 +381,7 @@ libbitcoin_wallet_a_SOURCES = \ wallet/crypter.cpp \ wallet/db.cpp \ wallet/dump.cpp \ + wallet/external_signer_scriptpubkeyman.cpp \ wallet/external_signer.cpp \ wallet/feebumper.cpp \ wallet/fees.cpp \ -- cgit v1.2.3