build: Add missing `util/match.h` to `src/Makefile.am`

The missing header reference meant that Gitian builds didn't include the
file in its distribution step, causing subsequent builds to fail with a
'file not found' error.

Closes zcash/zcash#5697.
This commit is contained in:
Jack Grigg 2022-03-18 02:54:26 +00:00
parent 7cd4462b20
commit 562f5add87
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ BITCOIN_CORE_H = \
uint252.h \ uint252.h \
undo.h \ undo.h \
util.h \ util.h \
util/match.h \
utilmoneystr.h \ utilmoneystr.h \
utilstrencodings.h \ utilstrencodings.h \
utiltest.h \ utiltest.h \