diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-21 10:38:57 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-08-21 10:38:57 -0400 |
commit | e3bc56986508b40f894c7c707d39ea1bb437ebb5 (patch) | |
tree | e157830e4256453c4c7ef84faf56511de42f4de8 /src/makefile.unix | |
parent | a483c27704fb22ddd3dce50db69cfca110d23b0f (diff) |
RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module
Diffstat (limited to 'src/makefile.unix')
-rw-r--r-- | src/makefile.unix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index a1228f474f..e9200ac4d9 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -111,6 +111,7 @@ OBJS= \ obj/rpcdump.o \ obj/rpcnet.o \ obj/rpcmining.o \ + obj/rpcwallet.o \ obj/rpcrawtransaction.o \ obj/script.o \ obj/sync.o \ |