aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlangerhans <[email protected]>2018-01-28 17:10:25 +0100
committerRoss Nicoll <[email protected]>2018-09-19 22:11:47 +0100
commit0df972131e3695b2a6e44cfa3b4f738b611d031b (patch)
tree7bee3d43f7706d2ab493fc923309b858920d0f83 /src
parentUpdate RPC tests for Dogecoin (#1431) (diff)
downloaddiscoin-0df972131e3695b2a6e44cfa3b4f738b611d031b.tar.xz
discoin-0df972131e3695b2a6e44cfa3b4f738b611d031b.zip
Add PureHeader sources to libdogecoinconsensus
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
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 \