diff options
| author | Pieter Wuille <[email protected]> | 2011-12-19 19:20:53 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2011-12-19 19:20:53 +0100 |
| commit | 3ae65166b53ffcf37565cc8362558f3edb9a37b0 (patch) | |
| tree | eab50b775a826c845bf7ee14b2f5e0e2eab38d68 /src/makefile.linux-mingw | |
| parent | Merge pull request #574 from sipa/dumpprivkey (diff) | |
| download | discoin-3ae65166b53ffcf37565cc8362558f3edb9a37b0.tar.xz discoin-3ae65166b53ffcf37565cc8362558f3edb9a37b0.zip | |
add key.o and rpcdump.o to makefile.linux-mingw
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 61f8d4881..c96a12182 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -64,6 +64,7 @@ LIBS += -l mingwthrd -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l w OBJS= \ obj/checkpoints.o \ obj/crypter.o \ + obj/key.o \ obj/db.o \ obj/init.o \ obj/irc.o \ @@ -72,6 +73,7 @@ OBJS= \ obj/net.o \ obj/protocol.o \ obj/bitcoinrpc.o \ + obj/rpcdump.o \ obj/script.o \ obj/util.o \ obj/wallet.o |