diff options
| author | Jeff Garzik <[email protected]> | 2012-08-21 10:38:57 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-21 10:38:57 -0400 |
| commit | e3bc56986508b40f894c7c707d39ea1bb437ebb5 (patch) | |
| tree | e157830e4256453c4c7ef84faf56511de42f4de8 /src/makefile.linux-mingw | |
| parent | Merge pull request #1691 from jgarzik/submitwork (diff) | |
| download | discoin-e3bc56986508b40f894c7c707d39ea1bb437ebb5.tar.xz discoin-e3bc56986508b40f894c7c707d39ea1bb437ebb5.zip | |
RPC, cosmetic: move wallet-related RPCs to new rpcwallet.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 8d8ddfddb..86db4ee16 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 \ |