aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2012-06-28 23:18:38 -0400
committerJeff Garzik <[email protected]>2012-06-28 23:18:38 -0400
commit70ab73a0087cbb0d6b26c9ad58146ae542b1b9be (patch)
tree4b65de10c0606f765d4c1b99bfcb3a2825f7dc0c /src/makefile.osx
parentMerge branch 'patch-5' of https://github.com/xanatos/bitcoin (diff)
downloaddiscoin-70ab73a0087cbb0d6b26c9ad58146ae542b1b9be.tar.xz
discoin-70ab73a0087cbb0d6b26c9ad58146ae542b1b9be.zip
Create new rpcnet module, and move 'getconnectioncount' RPC to it
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 972873312..cbb269cef 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -84,6 +84,7 @@ OBJS= \
obj/protocol.o \
obj/bitcoinrpc.o \
obj/rpcdump.o \
+ obj/rpcnet.o \
obj/script.o \
obj/sync.o \
obj/util.o \