Auto merge of #4602 - daira:makefile-key-constants, r=daira

Add key_constants.h to src/Makefile.am

This should fix Gitian builds.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Homu 2020-07-14 17:07:32 +00:00
commit d09cedb63a
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ BITCOIN_CORE_H = \
httpserver.h \
init.h \
key.h \
key_constants.h \
key_io.h \
keystore.h \
dbwrapper.h \