diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-05-27 13:35:15 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-05-27 15:00:02 +0200 |
| commit | c7c9af381cacd76fa5190dad5a8a537eb3aa6b70 (patch) | |
| tree | 09cf79810e57fbd4069ce624e93ff612064fb12f /src/Makefile.am | |
| parent | Merge pull request #6189 (diff) | |
| parent | Consensus: MOVEONLY: Move CValidationState from main consensus/validation (diff) | |
| download | archived-discoin-c7c9af381cacd76fa5190dad5a8a537eb3aa6b70.tar.xz archived-discoin-c7c9af381cacd76fa5190dad5a8a537eb3aa6b70.zip | |
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 c77a26261..1c2f77041 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 \ |