partial bitcoin#15638: Pull wallet code out of libbitcoin_server

Contains only patch applied on src/Makefile.am from 9eaeb7fb8d4ab0d4493849e6c17e314fd75fea9c needed to fix builds
This commit is contained in:
Kittywhiskers Van Gogh 2021-08-05 20:52:48 +05:30
parent 76e652aac7
commit 6741d9837a

View File

@ -407,6 +407,9 @@ libdash_server_a_SOURCES = \
versionbits.cpp \
$(BITCOIN_CORE_H)
if ENABLE_WALLET
libdash_server_a_SOURCES += wallet/init.cpp
endif
if !ENABLE_WALLET
libdash_server_a_SOURCES += dummywallet.cpp
endif