aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2012-06-28 23:18:38 -0400
committerJeff Garzik <jgarzik@redhat.com>2012-06-28 23:18:38 -0400
commit70ab73a0087cbb0d6b26c9ad58146ae542b1b9be (patch)
tree4b65de10c0606f765d4c1b99bfcb3a2825f7dc0c /src/makefile.osx
parent5fa83965f22ae92f86de74104b621c2168d37698 (diff)
downloadbitcoin-70ab73a0087cbb0d6b26c9ad58146ae542b1b9be.tar.xz
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 9728733122..cbb269cef1 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 \