From 7600e7fc399b46bf126e22fa8681d812c844124e Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 21 Aug 2012 02:21:33 -0400 Subject: RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code --- 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 51439c7b7..8d8ddfddb 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -62,6 +62,7 @@ OBJS= \ obj/bitcoinrpc.o \ obj/rpcdump.o \ obj/rpcnet.o \ + obj/rpcmining.o \ obj/rpcrawtransaction.o \ obj/script.o \ obj/sync.o \ -- cgit v1.2.3