From 93db3fceac1bfe274bc0fd906428a20e709e2da5 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 11 Jul 2011 21:30:40 +0200 Subject: Add GetSecret() and GetKeys() to CKeyStore --- src/makefile.unix | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile.unix') 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 \ -- cgit v1.2.3