diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-06-28 23:18:38 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-06-28 23:18:38 -0400 |
commit | 70ab73a0087cbb0d6b26c9ad58146ae542b1b9be (patch) | |
tree | 4b65de10c0606f765d4c1b99bfcb3a2825f7dc0c /src/makefile.osx | |
parent | 5fa83965f22ae92f86de74104b621c2168d37698 (diff) |
Create new rpcnet module, and move 'getconnectioncount' RPC to it
Diffstat (limited to 'src/makefile.osx')
-rw-r--r-- | src/makefile.osx | 1 |
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 \ |