]> Git Repo - VerusCoin.git/blob - src/Makefile.zcash.include
Remove nearly all of libzerocash.
[VerusCoin.git] / src / Makefile.zcash.include
1 bin_PROGRAMS += \
2   zcash/GenerateParams \
3   zerocash/tests/utilTest
4
5 # tool for generating our public parameters
6 zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
7 zcash_GenerateParams_LDADD = \
8   $(BOOST_LIBS) \
9   $(LIBZEROCASH) \
10   $(LIBBITCOIN_UTIL) \
11   $(LIBBITCOIN_CRYPTO) \
12   $(LIBZEROCASH_LIBS)
13
14 # tests for utilities that come with zerocash
15 zerocash_tests_utilTest_SOURCES = zerocash/tests/utilTest.cpp
16 zerocash_tests_utilTest_LDADD = \
17   $(BOOST_LIBS) \
18   $(LIBZEROCASH) \
19   $(LIBBITCOIN_UTIL) \
20   $(LIBBITCOIN_CRYPTO) \
21   $(LIBZEROCASH_LIBS)
This page took 0.024808 seconds and 4 git commands to generate.