aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
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.osx
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.osx')
-rw-r--r--src/makefile.osx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index fec1c6cb2..977878398 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -87,6 +87,7 @@ OBJS= \
obj/rpcnet.o \
obj/rpcmining.o \
obj/rpcwallet.o \
+ obj/rpcblockchain.o \
obj/rpcrawtransaction.o \
obj/script.o \
obj/sync.o \