diff options
author | jtimon <jtimon@jtimon.cc> | 2015-01-24 15:29:29 +0100 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-04-20 21:27:51 +0200 |
commit | 691161d419fe3d82d7a49b511ef80e2b24332aac (patch) | |
tree | fb657b9aba2aa42ff9948fcfc428845b60384c35 /src/Makefile.am | |
parent | b6ea3bcede1cbbf89486b9d67329e0110c4624ae (diff) |
Consensus: Create consensus/consensus.h with some constants
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 37184b6286..72d79619b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -87,6 +87,7 @@ BITCOIN_CORE_H = \ coins.h \ compat.h \ compressor.h \ + consensus/consensus.h \ consensus/params.h \ core_io.h \ wallet/db.h \ |