This commit is contained in:
jl777
2018-04-16 08:35:52 +03:00
parent bdeeaa4978
commit 4d9b5edbcf

View File

@@ -111,6 +111,7 @@ if ENABLE_WALLET
bin_PROGRAMS += wallet-utility bin_PROGRAMS += wallet-utility
endif endif
LIBZCASH_H = \ LIBZCASH_H = \
zcash/IncrementalMerkleTree.hpp \ zcash/IncrementalMerkleTree.hpp \
zcash/NoteEncryption.hpp \ zcash/NoteEncryption.hpp \
@@ -527,7 +528,8 @@ wallet_utility_LDADD = \
$(CRYPTO_LIBS) \ $(CRYPTO_LIBS) \
$(LIBZCASH) \ $(LIBZCASH) \
$(LIBSNARK) \ $(LIBSNARK) \
$(LIBZCASH_LIBS) $(LIBZCASH_LIBS)\
$(LIBCRYPTOCONDITIONS)
endif endif
# zcash-tx binary # # zcash-tx binary #