From e4546f50feb6e93775ad20e153b8156eb60a6a57 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 31 Jan 2012 08:54:22 +1100 Subject: auth: rename ntlmssp.c to ntlmssp_util.c --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index fc1067f3d5..a14c2e884c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -566,7 +566,7 @@ LIBSMB_OBJ0 = \ ../auth/gensec/spnego.o \ ../auth/credentials/credentials.o \ ../auth/credentials/credentials_samba3.o \ - ../auth/ntlmssp/ntlmssp.o \ + ../auth/ntlmssp/ntlmssp_util.o \ ../auth/ntlmssp/ntlmssp_sign.o \ ../auth/ntlmssp/gensec_ntlmssp.o \ $(LIBNDR_NTLMSSP_OBJ) \ -- cgit