Remove the rest of libzerocash.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
bin_PROGRAMS += \
|
||||
zcash/GenerateParams \
|
||||
zerocash/tests/utilTest
|
||||
zcash/GenerateParams
|
||||
|
||||
# tool for generating our public parameters
|
||||
zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
|
||||
@@ -10,12 +9,3 @@ zcash_GenerateParams_LDADD = \
|
||||
$(LIBBITCOIN_UTIL) \
|
||||
$(LIBBITCOIN_CRYPTO) \
|
||||
$(LIBZCASH_LIBS)
|
||||
|
||||
# tests for utilities that come with zerocash
|
||||
zerocash_tests_utilTest_SOURCES = zerocash/tests/utilTest.cpp
|
||||
zerocash_tests_utilTest_LDADD = \
|
||||
$(BOOST_LIBS) \
|
||||
$(LIBZCASH) \
|
||||
$(LIBBITCOIN_UTIL) \
|
||||
$(LIBBITCOIN_CRYPTO) \
|
||||
$(LIBZCASH_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user