aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2011-07-11 21:30:40 +0200
committerPieter Wuille <sipa@ulyssis.org>2011-12-17 21:49:47 +0100
commit93db3fceac1bfe274bc0fd906428a20e709e2da5 (patch)
treebcf91d8c05f2b5044de557c1ef8f832528bb0de0 /src/makefile.mingw
parent4c6e22953ef8ae0764576993088ec83d729d18f8 (diff)
downloadbitcoin-93db3fceac1bfe274bc0fd906428a20e709e2da5.tar.xz
Add GetSecret() and GetKeys() to CKeyStore
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 2cb78d97e6..ce3da062ec 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -61,6 +61,7 @@ LIBS += -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l winmm -l shell
OBJS= \
obj/checkpoints.o \
obj/crypter.o \
+ obj/key.o \
obj/db.o \
obj/init.o \
obj/irc.o \