Browse Source

update build file that missed checkin

pull/4/head
Michael Toutonghi 6 years ago
parent
commit
3a868069d3
  1. 3
      src/Makefile.am

3
src/Makefile.am

@ -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

Loading…
Cancel
Save