From a68d4ccec0b037dcf7bc28c9506dabdb60130837 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 31 Jan 2012 20:50:36 +1100 Subject: [PATCH] s3-build: Use credentials_ntlm.c in the autoconf build as well Signed-off-by: Stefan Metzmacher --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index e668dd1fa51..c433961a78f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -564,6 +564,7 @@ LIBSMB_OBJ0 = \ ../auth/gensec/gensec_util.o \ ../auth/gensec/spnego.o \ ../auth/credentials/credentials.o \ + ../auth/credentials/credentials_ntlm.o \ ../auth/credentials/credentials_samba3.o \ ../auth/ntlmssp/ntlmssp_util.o \ ../auth/ntlmssp/ntlmssp_sign.o \ -- 2.11.4.GIT