diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-20 23:49:45 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-20 23:49:45 -0700 |
commit | a483c27704fb22ddd3dce50db69cfca110d23b0f (patch) | |
tree | 7d7a0b70fed32b03575e61560f080f1e19092f09 /src/makefile.linux-mingw | |
parent | b86da2abe8695640698d45b1288a2951b7b3dfcb (diff) | |
parent | a2168d94c077543c538b5e9c1450d60f33301b33 (diff) |
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-mingw | 1 |
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 \ |