diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2019-07-17 17:41:32 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2020-09-10 10:47:40 +0900 |
commit | 404682b7cdb54494e7c98f0ba0cac8b51f379750 (patch) | |
tree | efbf6c2ab88f7392185efefb5f77006c2db2cecc /src/Makefile.am | |
parent | a2147d7dadec1febcd9c2b8ebbbf78dce6d0556b (diff) |
add signet basic support (signet.cpp)
Co-authored-by: Anthony Towns <aj@erisian.com.au>
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 175501d4a6..53ad03d41f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -201,6 +201,7 @@ BITCOIN_CORE_H = \ script/signingprovider.h \ script/standard.h \ shutdown.h \ + signet.h \ streams.h \ support/allocators/secure.h \ support/allocators/zeroafterfree.h \ @@ -321,6 +322,7 @@ libbitcoin_server_a_SOURCES = \ rpc/server.cpp \ script/sigcache.cpp \ shutdown.cpp \ + signet.cpp \ timedata.cpp \ torcontrol.cpp \ txdb.cpp \ |