aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
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.unix
parent4c6e22953ef8ae0764576993088ec83d729d18f8 (diff)
downloadbitcoin-93db3fceac1bfe274bc0fd906428a20e709e2da5.tar.xz
Add GetSecret() and GetKeys() to CKeyStore
Diffstat (limited to 'src/makefile.unix')
-rw-r--r--src/makefile.unix1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index 6c48199546..a8b6837c8a 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -110,6 +110,7 @@ HEADERS = \
OBJS= \
obj/checkpoints.o \
obj/crypter.o \
+ obj/key.o \
obj/db.o \
obj/init.o \
obj/irc.o \