diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-20 21:09:04 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-20 21:09:04 +0000 |
commit | 8a960cfdc540ac7cd1411381ebcbe30f23cdb907 (patch) | |
tree | 26405a9ba4c52b199289293e97835531f27f2931 /source4/Makefile.in | |
parent | 8b952ae2379289852d2182d560124803f1149860 (diff) | |
download | samba-8a960cfdc540ac7cd1411381ebcbe30f23cdb907.tar.gz samba-8a960cfdc540ac7cd1411381ebcbe30f23cdb907.tar.bz2 samba-8a960cfdc540ac7cd1411381ebcbe30f23cdb907.zip |
tim, I'm guessing you really didn't want to add this :)
(This used to be commit a65edfbcd7aa495e91073a076ea131a64e6ed5aa)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index 5ba89b3e1f..784ed22f10 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -204,8 +204,7 @@ LIBRAW_NDR_OBJ = librpc/ndr/ndr.o librpc/ndr/ndr_basic.o librpc/ndr/ndr_sec.o \ LIBRAW_RPC_OBJ = librpc/rpc/dcerpc.o librpc/rpc/dcerpc_auth.o \ librpc/rpc/dcerpc_util.o \ - librpc/rpc/dcerpc_smb.o librpc/rpc/dcerpc_tcp.o \ - librpc/rpc/dcerpc_lsa.o + librpc/rpc/dcerpc_smb.o librpc/rpc/dcerpc_tcp.o LIBNTLMSSP_OBJ = libcli/auth/ntlmssp.o libcli/auth/ntlmssp_parse.o \ libcli/auth/ntlmssp_sign.o |