]> Git Repo - VerusCoin.git/blob - src/Makefile.zcash.include
Auto merge of #1061 - ebfull:remove-libzerocash-completely, r=ebfull
[VerusCoin.git] / src / Makefile.zcash.include
1 bin_PROGRAMS += \
2   zcash/GenerateParams 
3
4 # tool for generating our public parameters
5 zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
6 zcash_GenerateParams_LDADD = \
7   $(BOOST_LIBS) \
8   $(LIBZCASH) \
9   $(LIBBITCOIN_UTIL) \
10   $(LIBBITCOIN_CRYPTO) \
11   $(LIBZCASH_LIBS)
This page took 0.024021 seconds and 4 git commands to generate.