diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2011-12-19 19:20:53 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2011-12-19 19:20:53 +0100 |
commit | 3ae65166b53ffcf37565cc8362558f3edb9a37b0 (patch) | |
tree | eab50b775a826c845bf7ee14b2f5e0e2eab38d68 | |
parent | 99a289f531e9dc42aa81ea32ff84b807a46b6a9c (diff) |
add key.o and rpcdump.o to 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 61f8d4881f..c96a12182d 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 |