Fix the fucking linker bug
This commit is contained in:
@@ -340,7 +340,7 @@ libbitcoin_proton_a_SOURCES = \
|
|||||||
amqp/amqppublishnotifier.cpp
|
amqp/amqppublishnotifier.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# wallet: zcashd, but only linked when wallet enabled
|
# wallet: komodod, but only linked when wallet enabled
|
||||||
libbitcoin_wallet_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
libbitcoin_wallet_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
||||||
libbitcoin_wallet_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
libbitcoin_wallet_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
||||||
libbitcoin_wallet_a_SOURCES = \
|
libbitcoin_wallet_a_SOURCES = \
|
||||||
@@ -352,6 +352,7 @@ libbitcoin_wallet_a_SOURCES = \
|
|||||||
wallet/asyncrpcoperation_shieldcoinbase.cpp \
|
wallet/asyncrpcoperation_shieldcoinbase.cpp \
|
||||||
wallet/crypter.cpp \
|
wallet/crypter.cpp \
|
||||||
wallet/db.cpp \
|
wallet/db.cpp \
|
||||||
|
zcash/Note.cpp \
|
||||||
transaction_builder.cpp \
|
transaction_builder.cpp \
|
||||||
wallet/rpcdump.cpp \
|
wallet/rpcdump.cpp \
|
||||||
cc/CCtokens.cpp \
|
cc/CCtokens.cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user