Merge pull request #35 from VerusCoin/dev

update build file that missed checkin
This commit is contained in:
miketout
2018-05-27 20:28:06 -07:00
committed by GitHub

View File

@@ -235,6 +235,7 @@ BITCOIN_CORE_H = \
wallet/wallet.h \
wallet/wallet_ismine.h \
wallet/walletdb.h \
veruslaunch.h \
zmq/zmqabstractnotifier.h \
zmq/zmqconfig.h\
zmq/zmqnotificationinterface.h \
@@ -412,6 +413,7 @@ libbitcoin_common_a_SOURCES = \
script/script_error.cpp \
script/sign.cpp \
script/standard.cpp \
veruslaunch.cpp \
$(BITCOIN_CORE_H) \
$(LIBZCASH_H)
@@ -529,6 +531,7 @@ komodo_cli_LDADD = \
$(EVENT_LIBS) \
$(LIBZCASH) \
$(LIBBITCOIN_CRYPTO) \
$(LIBVERUS_CRYPTO) \
$(LIBZCASH_LIBS)
if ENABLE_WALLET