diff options
| author | Jorge Timón <[email protected]> | 2015-02-11 11:58:11 +0100 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-03-25 20:39:26 +0100 |
| commit | bd006110fb51f1fc0cbbeef3ed6eaae66b296d8c (patch) | |
| tree | 303e9ec0bd25fc3c2d15fe33004dcb7459f50b13 /src/Makefile.am | |
| parent | Fix --disable-wallet build after merge of #5681 (diff) | |
| download | discoin-bd006110fb51f1fc0cbbeef3ed6eaae66b296d8c.tar.xz discoin-bd006110fb51f1fc0cbbeef3ed6eaae66b296d8c.zip | |
Consensus: Refactor: Introduce Consensus::Params class
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 1b3e0d9d5..37184b628 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -87,6 +87,7 @@ BITCOIN_CORE_H = \ coins.h \ compat.h \ compressor.h \ + consensus/params.h \ core_io.h \ wallet/db.h \ eccryptoverify.h \ |