]> Git Repo - VerusCoin.git/blob - src/Makefile.zcash.include
Remove the rest of libzerocash.
[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.020799 seconds and 4 git commands to generate.