diff options
author | Gerald Carter <jerry@samba.org> | 2000-07-14 17:04:57 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-07-14 17:04:57 +0000 |
commit | 6a9db25270a2b1e15ba3e9eaaa265ae67f0c0c3c (patch) | |
tree | 061c1a40a1bda7d7e8f1533d92d79527d0c8bc1a /source3 | |
parent | 8213b96fd9b3959c9500aa2a595182526c865402 (diff) | |
download | samba-6a9db25270a2b1e15ba3e9eaaa265ae67f0c0c3c.tar.gz samba-6a9db25270a2b1e15ba3e9eaaa265ae67f0c0c3c.tar.bz2 samba-6a9db25270a2b1e15ba3e9eaaa265ae67f0c0c3c.zip |
a few changes to Makefile.in to clean up dependencies for rpcclient
--jerry
(This used to be commit 9206d593603af959700794d252da8d07082012ef)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index d5cfcc82d4..07a6fbbe94 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -149,12 +149,7 @@ RPC_CLIENT_OBJ = \ rpc_client/cli_wkssvc.o \ rpc_client/cli_srvsvc.o \ rpc_client/cli_samr.o \ - rpc_client/cli_spoolss.o \ - rpc_client/cli_reg.o \ - rpc_client/cli_connect.o \ - rpc_client/cli_use.o \ - rpc_client/ncalrpc_l_use.o \ - rpc_client/ncacn_np_use.o + rpc_client/cli_reg.o LOCKING_OBJ = locking/locking.o locking/brlock.o locking/posix.o @@ -244,9 +239,12 @@ SMBPASSWD_OBJ = utils/smbpasswd.o lib/msrpc-client.o $(PARAM_OBJ) \ RPCCLIENT_OBJ1 = rpcclient/rpcclient.o \ lib/cmd_interp.o \ lib/msrpc-client.o \ + rpc_client/cli_connect.o \ + rpc_client/cli_use.o \ + rpc_client/ncacn_np_use.o \ rpcclient/spoolss_cmds.o rpcclient/cmd_spoolss.o \ rpcclient/display_spool.o rpcclient/display_sec.o \ - rpc_client/msrpc_spoolss.o + rpc_client/msrpc_spoolss.o rpc_client/cli_spoolss.o RPCCLIENT_OBJ = $(RPCCLIENT_OBJ1) \ $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \ |