diff options
| author | jtimon <[email protected]> | 2015-01-24 15:57:12 +0100 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-05-15 16:05:28 +0200 |
| commit | da29ecbcc6c003a603ee2312309d593708ec6fb2 (patch) | |
| tree | 7d736bfddf11c238fe5f811f2ff4671f05ef617c /src/Makefile.am | |
| parent | Consensus: Refactor: Decouple CValidationState from main::AbortNode() (diff) | |
| download | archived-discoin-da29ecbcc6c003a603ee2312309d593708ec6fb2.tar.xz archived-discoin-da29ecbcc6c003a603ee2312309d593708ec6fb2.zip | |
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
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 93ad26acf..6ce431e23 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 \ |