diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-28 23:06:43 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-28 23:06:43 +0000 |
commit | 82db6b6d9ff81633523fbf4a6cdcc2303e075b20 (patch) | |
tree | 8fbaa9a35da18ae902f1a3ee80f0c620570418db /source3 | |
parent | 38b32fb97f5a91f09a6e41b6c14aafb510bbbe6a (diff) | |
download | samba-82db6b6d9ff81633523fbf4a6cdcc2303e075b20.tar.gz samba-82db6b6d9ff81633523fbf4a6cdcc2303e075b20.tar.bz2 samba-82db6b6d9ff81633523fbf4a6cdcc2303e075b20.zip |
don't build cli_reg in rpc client library until we merge that from tng
(This used to be commit 0cc59cc2c63bceeda0bc6f44dc65f10f81ebda8d)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 8df5641058..0f5e0d9d31 100644 --- a/source3/Makefile.in +++ b/source3/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 |