diff options
| author | Matt Corallo <[email protected]> | 2016-04-15 12:23:57 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2016-06-19 01:34:57 -0700 |
| commit | 85ad31ede7bc338079c8ae643542fde7ad83ce55 (patch) | |
| tree | 50015c61de325693c433611358205b913860b539 /src/Makefile.am | |
| parent | Add COMPACTSIZE wrapper similar to VARINT for serialization (diff) | |
| download | discoin-85ad31ede7bc338079c8ae643542fde7ad83ce55.tar.xz discoin-85ad31ede7bc338079c8ae643542fde7ad83ce55.zip | |
Add partial-block block encodings API
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 3df8e267b..e3eaacdb4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,6 +74,7 @@ BITCOIN_CORE_H = \ addrman.h \ base58.h \ bloom.h \ + blockencodings.h \ chain.h \ chainparams.h \ chainparamsbase.h \ @@ -163,6 +164,7 @@ libbitcoin_server_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) libbitcoin_server_a_SOURCES = \ addrman.cpp \ bloom.cpp \ + blockencodings.cpp \ chain.cpp \ checkpoints.cpp \ httprpc.cpp \ |