From d0372cff5ecbfb405e6561b6836a31d1814d36d0 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sat, 4 Aug 2018 17:45:21 +0100 Subject: [PATCH] Adjust Makefile so that common can be used by the wallet --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \