]> Git Repo - VerusCoin.git/commitdiff
Fix linking error in CreateJoinSplit
authorJack Grigg <[email protected]>
Mon, 23 Jan 2017 17:29:22 +0000 (18:29 +0100)
committerJack Grigg <[email protected]>
Mon, 23 Jan 2017 17:29:22 +0000 (18:29 +0100)
src/Makefile.zcash.include

index 562512dfe6fe218e3c25863a777e06ba2c4f778e..7325fdcff1c20ac827e1a4907c44bfdb456f99d6 100644 (file)
@@ -15,8 +15,8 @@ zcash_GenerateParams_LDADD = \
 zcash_CreateJoinSplit_SOURCES = zcash/CreateJoinSplit.cpp
 zcash_CreateJoinSplit_LDADD = \
   $(LIBBITCOIN_COMMON) \
+  $(LIBZCASH) \
   $(LIBBITCOIN_UTIL) \
   $(LIBBITCOIN_CRYPTO) \
-  $(LIBZCASH) \
   $(BOOST_LIBS) \
   $(LIBZCASH_LIBS)
This page took 0.025148 seconds and 4 git commands to generate.