aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-04-26 14:33:12 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-26 14:42:09 +0200
commit1d9d314573ee48f6f51107265f1cf1fa9e36c998 (patch)
tree6c1946ec948bf2dbd9f4bc1bf37bfe14d79808f3 /src/Makefile.am
parent1623f6e3375430b42e7120dc02e8df8c7c22fc16 (diff)
parent691161d419fe3d82d7a49b511ef80e2b24332aac (diff)
downloadbitcoin-1d9d314573ee48f6f51107265f1cf1fa9e36c998.tar.xz
Merge pull request #5696
691161d Consensus: Create consensus/consensus.h with some constants (jtimon)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
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 \