aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2012-08-21 10:38:57 -0400
committerJeff Garzik <jgarzik@redhat.com>2012-08-21 10:38:57 -0400
commite3bc56986508b40f894c7c707d39ea1bb437ebb5 (patch)
treee157830e4256453c4c7ef84faf56511de42f4de8 /src/makefile.linux-mingw
parenta483c27704fb22ddd3dce50db69cfca110d23b0f (diff)
downloadbitcoin-e3bc56986508b40f894c7c707d39ea1bb437ebb5.tar.xz
RPC, cosmetic: move wallet-related RPCs to new rpcwallet.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 8d8ddfddbb..86db4ee167 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -63,6 +63,7 @@ OBJS= \
obj/rpcdump.o \
obj/rpcnet.o \
obj/rpcmining.o \
+ obj/rpcwallet.o \
obj/rpcrawtransaction.o \
obj/script.o \
obj/sync.o \