diff options
| author | Jeff Garzik <[email protected]> | 2012-08-21 11:03:38 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-21 11:03:38 -0400 |
| commit | c625ae04d2fc8f55f282afafbcabfe5185bf0969 (patch) | |
| tree | 4ac5ac117e719697d1ef7ef19d845d7db9a8ae3a /src/makefile.linux-mingw | |
| parent | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module (diff) | |
| download | discoin-c625ae04d2fc8f55f282afafbcabfe5185bf0969.tar.xz discoin-c625ae04d2fc8f55f282afafbcabfe5185bf0969.zip | |
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
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 86db4ee16..e22a9f38e 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -64,6 +64,7 @@ OBJS= \ obj/rpcnet.o \ obj/rpcmining.o \ obj/rpcwallet.o \ + obj/rpcblockchain.o \ obj/rpcrawtransaction.o \ obj/script.o \ obj/sync.o \ |