]> Git Repo - VerusCoin.git/blobdiff - src/Makefile.zcash.include
Remove libsnark from depends system and integrate it into build system.
[VerusCoin.git] / src / Makefile.zcash.include
index 7325fdcff1c20ac827e1a4907c44bfdb456f99d6..e5752cb2f4b95cb0b41b63bb72b313904ee16fef 100644 (file)
@@ -7,15 +7,18 @@ zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
 zcash_GenerateParams_LDADD = \
   $(BOOST_LIBS) \
   $(LIBZCASH) \
+  $(LIBSNARK) \
   $(LIBBITCOIN_UTIL) \
   $(LIBBITCOIN_CRYPTO) \
   $(LIBZCASH_LIBS)
 
 # tool for profiling the creation of joinsplits
 zcash_CreateJoinSplit_SOURCES = zcash/CreateJoinSplit.cpp
+zcash_CreateJoinSplit_CPPFLAGS = $(BITCOIN_INCLUDES)
 zcash_CreateJoinSplit_LDADD = \
   $(LIBBITCOIN_COMMON) \
   $(LIBZCASH) \
+  $(LIBSNARK) \
   $(LIBBITCOIN_UTIL) \
   $(LIBBITCOIN_CRYPTO) \
   $(BOOST_LIBS) \
This page took 0.021938 seconds and 4 git commands to generate.