diff options
| author | Marcin Jachymiak <[email protected]> | 2019-01-20 14:17:17 -0500 |
|---|---|---|
| committer | Marcin Jachymiak <[email protected]> | 2020-08-15 18:23:55 -0400 |
| commit | 7668db3b08531a590089d66cc5c91f1fb3afbfcc (patch) | |
| tree | 951caac4c35a70a7a693c0c372a1d82ffcdc787b /src/Makefile.am | |
| parent | Merge #19730: ci: Set increased --timeout-factor by default (diff) | |
| download | discoin-7668db3b08531a590089d66cc5c91f1fb3afbfcc.tar.xz discoin-7668db3b08531a590089d66cc5c91f1fb3afbfcc.zip | |
Move only: Move CDiskTxPos to its own file
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 f52e9e581..175501d4a 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 \ |