diff options
| author | Jeff Garzik <[email protected]> | 2012-04-15 17:39:49 -0400 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-17 20:00:55 +0200 |
| commit | 9eace6b1130ce7eb938476750159ec0baf752531 (patch) | |
| tree | 1d4dfa6b1353129a91317a5fb3a0f624435c9377 /src/makefile.mingw | |
| parent | Remove headers.h (diff) | |
| download | discoin-9eace6b1130ce7eb938476750159ec0baf752531.tar.xz discoin-9eace6b1130ce7eb938476750159ec0baf752531.zip | |
Move CWalletDB code to new walletdb module.
In addition to standard code separation, this change opens the door
to fixing several include inter-dependencies.
Diffstat (limited to 'src/makefile.mingw')
| -rw-r--r-- | src/makefile.mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index 397fdf4f3..5584df560 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -59,6 +59,7 @@ OBJS= \ obj/script.o \ obj/util.o \ obj/wallet.o \ + obj/walletdb.o \ obj/noui.o |