diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-27 13:35:15 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-27 15:00:02 +0200 |
commit | c7c9af381cacd76fa5190dad5a8a537eb3aa6b70 (patch) | |
tree | 09cf79810e57fbd4069ce624e93ff612064fb12f /src/Makefile.am | |
parent | 2b2d5b92b9278a233b3263e06a6d5212b03b9c98 (diff) | |
parent | da29ecbcc6c003a603ee2312309d593708ec6fb2 (diff) |
Merge pull request #5669
da29ecb Consensus: MOVEONLY: Move CValidationState from main consensus/validation (jtimon)
27afcd8 Consensus: Refactor: Decouple CValidationState from main::AbortNode() (Cory Fields)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c77a262617..1c2f770418 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,6 +92,7 @@ BITCOIN_CORE_H = \ compressor.h \ consensus/consensus.h \ consensus/params.h \ + consensus/validation.h \ core_io.h \ eccryptoverify.h \ ecwrapper.h \ |