]> Git Repo - VerusCoin.git/blob - src/Makefile.zcash.include
Auto merge of #2006 - bitcartel:1497_destination_path_validation_when_exporting,...
[VerusCoin.git] / src / Makefile.zcash.include
1 noinst_PROGRAMS += \
2   zcash/GenerateParams \
3   zcash/CreateJoinSplit
4
5 # tool for generating our public parameters
6 zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
7 zcash_GenerateParams_LDADD = \
8   $(BOOST_LIBS) \
9   $(LIBZCASH) \
10   $(LIBBITCOIN_UTIL) \
11   $(LIBBITCOIN_CRYPTO) \
12   $(LIBZCASH_LIBS)
13
14 # tool for profiling the creation of joinsplits
15 zcash_CreateJoinSplit_SOURCES = zcash/CreateJoinSplit.cpp
16 zcash_CreateJoinSplit_LDADD = \
17   $(LIBBITCOIN_COMMON) \
18   $(LIBBITCOIN_UTIL) \
19   $(LIBBITCOIN_CRYPTO) \
20   $(LIBZCASH) \
21   $(BOOST_LIBS) \
22   $(LIBZCASH_LIBS)
This page took 0.024724 seconds and 4 git commands to generate.