Fix Makefiles so "make dist" will run

This commit is contained in:
Jack Grigg
2016-10-14 20:04:08 -05:00
parent 3bccc064c6
commit c06664fb8f
2 changed files with 2 additions and 4 deletions

View File

@@ -69,9 +69,8 @@ if BUILD_BITCOIN_UTILS
bin_PROGRAMS += zcash-cli bitcoin-tx
endif
# TODO: rename to libzcash
LIBZCASH_H = \
zcash/IncrementalMerkleTree.h \
zcash/IncrementalMerkleTree.hpp \
zcash/NoteEncryption.hpp \
zcash/Address.hpp \
zcash/JoinSplit.hpp \