summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-05 17:15:14 +0100
committerStefan Metzmacher <metze@samba.org>2012-01-11 09:04:56 +0100
commit138121c51638634639dd264f514bbbb84bcf2f60 (patch)
treecc4fc8f89228a1f06149cf61cde6a639ae350f5e /source3/Makefile.in
parente8cd9721776d3ffc574dcf93c8eb668d4dce36d0 (diff)
downloadsamba-138121c51638634639dd264f514bbbb84bcf2f60.tar.gz
samba-138121c51638634639dd264f514bbbb84bcf2f60.tar.bz2
samba-138121c51638634639dd264f514bbbb84bcf2f60.zip
s3-libsmb: split out auth_generic client functions into auth_generic.c
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a6324b0171..c3dbd31e8e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -555,6 +555,7 @@ LIBSMB_OBJ0 = \
../libcli/auth/ntlm_check.o \
libsmb/ntlmssp.o \
libsmb/ntlmssp_wrap.o \
+ libsmb/auth_generic.o \
../auth/gensec/gensec.o \
../auth/gensec/gensec_start.o \
../auth/gensec/gensec_util.o \