Add cuckoocache.h to Makefile.am

Like c85fae833e, the missing header ref
means that the `make dist` step of gitian builds don't include it in the
tarball, causing an error upon build.
This commit is contained in:
sasha 2022-07-22 18:00:59 -07:00
parent e3e5465438
commit d326b8ba45
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ BITCOIN_CORE_H = \
consensus/validation.h \
core_io.h \
core_memusage.h \
cuckoocache.h \
deprecation.h \
experimental_features.h \
fs.h \