diff options
| author | langerhans <[email protected]> | 2018-01-28 17:10:25 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 22:11:47 +0100 |
| commit | 0df972131e3695b2a6e44cfa3b4f738b611d031b (patch) | |
| tree | 7bee3d43f7706d2ab493fc923309b858920d0f83 /src/Makefile.am | |
| parent | Update RPC tests for Dogecoin (#1431) (diff) | |
| download | discoin-0df972131e3695b2a6e44cfa3b4f738b611d031b.tar.xz discoin-0df972131e3695b2a6e44cfa3b4f738b611d031b.zip | |
Add PureHeader sources to libdogecoinconsensus
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 c78cc83ef..4e25895f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -279,6 +279,8 @@ libbitcoin_consensus_a_SOURCES = \ prevector.h \ primitives/block.cpp \ primitives/block.h \ + primitives/pureheader.cpp \ + primitives/pureheader.h \ primitives/transaction.cpp \ primitives/transaction.h \ pubkey.cpp \ |