From cc552e4db8fc652c9dbe2748ee3791e713d9b52f Mon Sep 17 00:00:00 2001 From: Kevin Gallagher Date: Fri, 14 Oct 2016 21:27:32 -0700 Subject: [PATCH] Adds zcash/Zcash.h to LIBZCASH sources --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 48b8a85c9..85e2042aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,7 +76,8 @@ LIBZCASH_H = \ zcash/JoinSplit.hpp \ zcash/Note.hpp \ zcash/prf.h \ - zcash/util.h + zcash/util.h \ + zcash/Zcash.h .PHONY: FORCE check-symbols check-security # bitcoin core #