aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2012-08-21 02:21:33 -0400
committerJeff Garzik <jgarzik@redhat.com>2012-08-21 02:21:33 -0400
commit7600e7fc399b46bf126e22fa8681d812c844124e (patch)
tree0c9394f62df092465ec83f598ecec0e189daecd6 /src/makefile.mingw
parentddd1ffb4f1b433c64b4cc91b9fdd6b0958d2d14e (diff)
downloadbitcoin-7600e7fc399b46bf126e22fa8681d812c844124e.tar.xz
RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 47637f0bc6..337f28e811 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -58,6 +58,7 @@ OBJS= \
obj/bitcoinrpc.o \
obj/rpcdump.o \
obj/rpcnet.o \
+ obj/rpcmining.o \
obj/rpcrawtransaction.o \
obj/script.o \
obj/sync.o \