Adjust Makefile so that common can be used by the wallet

This commit is contained in:
Jack Grigg
2018-08-04 17:45:21 +01:00
parent e188723823
commit d0372cff5e

View File

@@ -437,10 +437,10 @@ endif
zcashd_LDADD = \
$(LIBBITCOIN_SERVER) \
$(LIBBITCOIN_WALLET) \
$(LIBBITCOIN_COMMON) \
$(LIBUNIVALUE) \
$(LIBBITCOIN_UTIL) \
$(LIBBITCOIN_WALLET) \
$(LIBBITCOIN_ZMQ) \
$(LIBBITCOIN_PROTON) \
$(LIBBITCOIN_CRYPTO) \