diff options
| author | Jeff Garzik <[email protected]> | 2012-08-21 02:21:33 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-21 02:21:33 -0400 |
| commit | 7600e7fc399b46bf126e22fa8681d812c844124e (patch) | |
| tree | 0c9394f62df092465ec83f598ecec0e189daecd6 /src/makefile.linux-mingw | |
| parent | RPC, cosmetic: de-indent getblocktemplate() (diff) | |
| download | discoin-7600e7fc399b46bf126e22fa8681d812c844124e.tar.xz discoin-7600e7fc399b46bf126e22fa8681d812c844124e.zip | |
RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code
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 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 \ |