Add keystore.h to makefile.vs's header list.
authorEric Hosmer <EricJ2190@gmail.com>
Sat, 2 Jul 2011 00:17:10 +0000 (20:17 -0400)
committerEric Hosmer <EricJ2190@gmail.com>
Sat, 2 Jul 2011 00:17:10 +0000 (20:17 -0400)
src/makefile.vc

index 2c1553a..b25ba60 100644 (file)
@@ -46,7 +46,7 @@ LIBS=$(LIBS) \
 DEBUGFLAGS=/Os
 CFLAGS=/MD /c /nologo /EHsc /GR /Zm300 $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)
 HEADERS=headers.h strlcpy.h serialize.h uint256.h util.h key.h bignum.h base58.h \
-    script.h db.h net.h irc.h main.h rpc.h uibase.h ui.h noui.h init.h wallet.h
+    script.h db.h net.h irc.h main.h rpc.h uibase.h ui.h noui.h init.h wallet.h keystore.h
 
 OBJS= \
     obj\util.obj \