summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-31 14:43:25 +1100
committerStefan Metzmacher <metze@samba.org>2012-02-17 10:48:09 +0100
commit9b147ce26d040798f2528fb85907bf18865b8c8b (patch)
treec6cb542830d4914aa4d9fda63b6d18b29afdaa47 /source3/Makefile.in
parent9c5b26f8647bd31dec9864d8c42959f81e686619 (diff)
downloadsamba-9b147ce26d040798f2528fb85907bf18865b8c8b.tar.gz
samba-9b147ce26d040798f2528fb85907bf18865b8c8b.tar.bz2
samba-9b147ce26d040798f2528fb85907bf18865b8c8b.zip
s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_server
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 0425cd7b08..b4b2a98cec 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -566,8 +566,10 @@ LIBSMB_OBJ0 = \
../auth/credentials/credentials.o \
../auth/credentials/credentials_ntlm.o \
../auth/credentials/credentials_samba3.o \
+ ../auth/ntlmssp/ntlmssp.o \
../auth/ntlmssp/ntlmssp_util.o \
../auth/ntlmssp/ntlmssp_sign.o \
+ ../auth/ntlmssp/ntlmssp_client.o \
../auth/ntlmssp/gensec_ntlmssp.o \
../auth/ntlmssp/gensec_ntlmssp_server.o \
$(LIBNDR_NTLMSSP_OBJ) \