diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-06-18 08:26:15 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-06-18 08:26:15 +0000 |
commit | 3d4a3bfacd9ef225aeaab801e5a216d12814b60a (patch) | |
tree | 42bc369487710bbf8dabd43ecba79c6771ddfede /source/Makefile.in | |
parent | 720fea53603b2f99153709e6717ca930ab60ca9f (diff) | |
download | samba-3d4a3bfacd9ef225aeaab801e5a216d12814b60a.tar.gz samba-3d4a3bfacd9ef225aeaab801e5a216d12814b60a.tar.xz samba-3d4a3bfacd9ef225aeaab801e5a216d12814b60a.zip |
added a oplock break handler hook to the client code, this allows for more complete testing of oplocks from smbtorture and would also be essential if a client app ever really did want to use oplocks properly
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 16c35ca41cd..7d70e755b03 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -121,6 +121,7 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \ libsmb/namequery.o libsmb/nmblib.o libsmb/clistr.o \ libsmb/nterr.o libsmb/smbdes.o libsmb/smbencrypt.o \ libsmb/smberr.o libsmb/credentials.o libsmb/pwd_cache.o \ + libsmb/clioplock.o \ libsmb/passchange.o libsmb/unexpected.o $(RPC_PARSE_OBJ1) LIBMSRPC_OBJ = libsmb/cli_lsarpc.o libsmb/cli_samr.o libsmb/cli_spoolss.o \ |