aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2012-08-21 11:03:38 -0400
committerJeff Garzik <[email protected]>2012-08-21 11:03:38 -0400
commitc625ae04d2fc8f55f282afafbcabfe5185bf0969 (patch)
tree4ac5ac117e719697d1ef7ef19d845d7db9a8ae3a /src/makefile.linux-mingw
parentRPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module (diff)
downloaddiscoin-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-mingw1
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 \