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.mingw | |
parent | 5fa83965f22ae92f86de74104b621c2168d37698 (diff) |
Create new rpcnet module, and move 'getconnectioncount' RPC to it
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r-- | src/makefile.mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index 919be007b6..907a15a3f1 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -57,6 +57,7 @@ OBJS= \ obj/protocol.o \ obj/bitcoinrpc.o \ obj/rpcdump.o \ + obj/rpcnet.o \ obj/script.o \ obj/sync.o \ obj/util.o \ |