|
|
|
@ -88,7 +88,6 @@ BITCOIN_CORE_H = \
@@ -88,7 +88,6 @@ BITCOIN_CORE_H = \
|
|
|
|
|
compat.h \
|
|
|
|
|
compressor.h \
|
|
|
|
|
core_io.h \
|
|
|
|
|
crypter.h \
|
|
|
|
|
wallet/db.h \
|
|
|
|
|
eccryptoverify.h \
|
|
|
|
|
ecwrapper.h \
|
|
|
|
@ -140,6 +139,7 @@ BITCOIN_CORE_H = \
@@ -140,6 +139,7 @@ BITCOIN_CORE_H = \
|
|
|
|
|
utilstrencodings.h \
|
|
|
|
|
utiltime.h \
|
|
|
|
|
version.h \
|
|
|
|
|
wallet/crypter.h \
|
|
|
|
|
wallet/walletdb.h \
|
|
|
|
|
wallet/wallet.h \
|
|
|
|
|
wallet/wallet_ismine.h \
|
|
|
|
@ -198,8 +198,8 @@ libbitcoin_server_a_SOURCES = \
@@ -198,8 +198,8 @@ libbitcoin_server_a_SOURCES = \
|
|
|
|
|
# when wallet enabled
|
|
|
|
|
libbitcoin_wallet_a_CPPFLAGS = $(BITCOIN_INCLUDES) |
|
|
|
|
libbitcoin_wallet_a_SOURCES = \
|
|
|
|
|
wallet/crypter.cpp \
|
|
|
|
|
wallet/db.cpp \
|
|
|
|
|
crypter.cpp \
|
|
|
|
|
wallet/rpcdump.cpp \
|
|
|
|
|
wallet/rpcwallet.cpp \
|
|
|
|
|
wallet/wallet.cpp \
|
|
|
|
|