aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2012-08-20 23:49:45 -0700
committerJeff Garzik <jgarzik@exmulti.com>2012-08-20 23:49:45 -0700
commita483c27704fb22ddd3dce50db69cfca110d23b0f (patch)
tree7d7a0b70fed32b03575e61560f080f1e19092f09 /src/makefile.linux-mingw
parentb86da2abe8695640698d45b1288a2951b7b3dfcb (diff)
parenta2168d94c077543c538b5e9c1450d60f33301b33 (diff)
downloadbitcoin-a483c27704fb22ddd3dce50db69cfca110d23b0f.tar.xz
Merge pull request #1691 from jgarzik/submitwork
Add 'submitblock' RPC, split out from 'getblocktemplate' RPC
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 51439c7b7c..8d8ddfddbb 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 \