5 # tool for generating our public parameters
6 zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
7 zcash_GenerateParams_LDADD = \
11 $(LIBBITCOIN_CRYPTO) \
14 # tool for profiling the creation of joinsplits
15 zcash_CreateJoinSplit_SOURCES = zcash/CreateJoinSplit.cpp
16 zcash_CreateJoinSplit_LDADD = \
17 $(LIBBITCOIN_COMMON) \
19 $(LIBBITCOIN_CRYPTO) \