aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcin Jachymiak <marcin.jachymiak1@gmail.com>2019-01-20 14:17:17 -0500
committerMarcin Jachymiak <marcin.jachymiak1@gmail.com>2020-08-15 18:23:55 -0400
commit7668db3b08531a590089d66cc5c91f1fb3afbfcc (patch)
tree951caac4c35a70a7a693c0c372a1d82ffcdc787b /src/Makefile.am
parent3ab2582c7fe76d2839ab493512758d5601903c86 (diff)
downloadbitcoin-7668db3b08531a590089d66cc5c91f1fb3afbfcc.tar.xz
Move only: Move CDiskTxPos to its own file
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 f52e9e5811..175501d4a6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -140,6 +140,7 @@ BITCOIN_CORE_H = \
httpserver.h \
index/base.h \
index/blockfilterindex.h \
+ index/disktxpos.h \
index/txindex.h \
indirectmap.h \
init.h \