diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-29 23:56:09 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-29 23:56:09 +0000 |
commit | 8d0660607f2c2d95e1319e04d0d573d9115c4dc0 (patch) | |
tree | b022b93ae54f03cb0c333d6ab22d1a8ee7727caa /source3/Makefile.in | |
parent | 1bb4c6f01607f8e0cd5860aa4b3ed429308c3a3f (diff) | |
download | samba-8d0660607f2c2d95e1319e04d0d573d9115c4dc0.tar.gz samba-8d0660607f2c2d95e1319e04d0d573d9115c4dc0.tar.bz2 samba-8d0660607f2c2d95e1319e04d0d573d9115c4dc0.zip |
this is going to sound _really_ weird, ok, but i had to implement
equivalents of NetUseAdd and NetUseDel!
(This used to be commit 86f4b1d3cc3887c4bb7bd6433f5f932f7db1b88e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index ce0f7471e2..8f4bfbc5df 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -160,6 +160,7 @@ RPC_CLIENT_OBJ = \ rpc_client/cli_reg.o \ rpc_client/cli_pipe.o \ rpc_client/cli_connect.o \ + rpc_client/cli_use.o \ rpc_client/cli_spoolss.o \ rpc_client/cli_lsarpc.o \ rpc_client/cli_wkssvc.o \ |