]> 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 341ba27362101d541cab9a4b0e61de05832943fe..e5752cb2f4b95cb0b41b63bb72b313904ee16fef 100644 (file)
@@ -1,11 +1,25 @@
-bin_PROGRAMS += \
-  zcash/GenerateParams 
+noinst_PROGRAMS += \
+  zcash/GenerateParams \
+  zcash/CreateJoinSplit
 
 # tool for generating our public parameters
 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) \
+  $(LIBZCASH_LIBS)
This page took 0.020202 seconds and 4 git commands to generate.