From 0cc59cc2c63bceeda0bc6f44dc65f10f81ebda8d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 May 2000 23:06:43 +0000 Subject: don't build cli_reg in rpc client library until we merge that from tng --- source/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Makefile.in b/source/Makefile.in index 8df5641058d..0f5e0d9d311 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -147,7 +147,6 @@ RPC_CLIENT_OBJ = \ rpc_client/cli_lsarpc.o \ rpc_client/cli_wkssvc.o \ rpc_client/cli_srvsvc.o \ - rpc_client/cli_reg.o \ rpc_client/cli_samr.o -- cgit