From 82848efb0ea68e5653cf3e386bed02584d1e9404 Mon Sep 17 00:00:00 2001 From: Gareth Davies Date: Sun, 21 Apr 2019 06:56:08 -0700 Subject: [PATCH] Adding addressindex.h to Makefile.am Co-authored by: Daira Hopwood --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 5733549ff..c8bb46fb8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -114,6 +114,7 @@ LIBZCASH_H = \ .PHONY: FORCE collate-libsnark check-symbols check-security # bitcoin core # BITCOIN_CORE_H = \ + addressindex.h \ addrman.h \ alert.h \ amount.h \