From e3bc56986508b40f894c7c707d39ea1bb437ebb5 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 21 Aug 2012 10:38:57 -0400 Subject: RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module --- src/makefile.linux-mingw | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile.linux-mingw') diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 8d8ddfddbb..86db4ee167 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -63,6 +63,7 @@ OBJS= \ obj/rpcdump.o \ obj/rpcnet.o \ obj/rpcmining.o \ + obj/rpcwallet.o \ obj/rpcrawtransaction.o \ obj/script.o \ obj/sync.o \ -- cgit v1.2.3