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 8d8ddfddb..86db4ee16 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 From c625ae04d2fc8f55f282afafbcabfe5185bf0969 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 21 Aug 2012 11:03:38 -0400 Subject: RPC, cosmetic: move more RPC code to new rpcblockchain.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 86db4ee16..e22a9f38e 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -64,6 +64,7 @@ OBJS= \ obj/rpcnet.o \ obj/rpcmining.o \ obj/rpcwallet.o \ + obj/rpcblockchain.o \ obj/rpcrawtransaction.o \ obj/script.o \ obj/sync.o \ -- cgit v1.2.3