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 | 0cc59cc2c63bceeda0bc6f44dc65f10f81ebda8d (patch) | |
tree | dd275248a957e2e1b1dccf2e9f72918c6a1c30d3 | |
parent | d241f1dcaf612881a428dd578b97383d02a4d3c3 (diff) | |
download | samba-0cc59cc2c63bceeda0bc6f44dc65f10f81ebda8d.tar.gz samba-0cc59cc2c63bceeda0bc6f44dc65f10f81ebda8d.tar.xz samba-0cc59cc2c63bceeda0bc6f44dc65f10f81ebda8d.zip |
don't build cli_reg in rpc client library until we merge that from tng
-rw-r--r-- | source/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |