add key.o and rpcdump.o to makefile.linux-mingw

This commit is contained in:
Pieter Wuille 2011-12-19 19:20:53 +01:00
parent 99a289f531
commit 3ae65166b5
1 changed files with 2 additions and 0 deletions

View File

@ -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