diff options
| author | Andrew Chow <[email protected]> | 2020-05-26 20:53:01 -0400 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2020-10-14 11:27:37 -0400 |
| commit | 7577b6e1c88a1a7b45ecf5c7f1735bae6f5a82bf (patch) | |
| tree | b4a468cc34ba460e540097a03d2be6327fabbcff /src/Makefile.am | |
| parent | Add sqlite to travis and depends (diff) | |
| download | discoin-7577b6e1c88a1a7b45ecf5c7f1735bae6f5a82bf.tar.xz discoin-7577b6e1c88a1a7b45ecf5c7f1735bae6f5a82bf.zip | |
Add SQLiteDatabase and SQLiteBatch dummy classes
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 398d904fe..e359ae2cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -257,6 +257,7 @@ BITCOIN_CORE_H = \ wallet/rpcwallet.h \ wallet/salvage.h \ wallet/scriptpubkeyman.h \ + wallet/sqlite.h \ wallet/wallet.h \ wallet/walletdb.h \ wallet/wallettool.h \ @@ -370,6 +371,7 @@ libbitcoin_wallet_a_SOURCES = \ wallet/rpcwallet.cpp \ wallet/salvage.cpp \ wallet/scriptpubkeyman.cpp \ + wallet/sqlite.cpp \ wallet/wallet.cpp \ wallet/walletdb.cpp \ wallet/walletutil.cpp \ |