diff --git a/src/Makefile.am b/src/Makefile.am index 121334eb7..e3a4b60a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -437,10 +437,10 @@ endif zcashd_LDADD = \ $(LIBBITCOIN_SERVER) \ + $(LIBBITCOIN_WALLET) \ $(LIBBITCOIN_COMMON) \ $(LIBUNIVALUE) \ $(LIBBITCOIN_UTIL) \ - $(LIBBITCOIN_WALLET) \ $(LIBBITCOIN_ZMQ) \ $(LIBBITCOIN_PROTON) \ $(LIBBITCOIN_CRYPTO) \