diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-31 20:50:36 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-02-17 10:48:09 +0100 |
commit | a68d4ccec0b037dcf7bc28c9506dabdb60130837 (patch) | |
tree | 534bc351428a8e60ef91cc6ed1333b26735cbe8e /source3 | |
parent | f758706bd93c88f1bd2510b5552260e8fdce5d96 (diff) | |
download | samba-a68d4ccec0b037dcf7bc28c9506dabdb60130837.tar.gz samba-a68d4ccec0b037dcf7bc28c9506dabdb60130837.tar.bz2 samba-a68d4ccec0b037dcf7bc28c9506dabdb60130837.zip |
s3-build: Use credentials_ntlm.c in the autoconf build as well
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index e668dd1fa5..c433961a78 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 \ |