summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-16 16:55:36 +1100
committerStefan Metzmacher <metze@samba.org>2011-12-22 19:25:11 +0100
commit5e038432f76718560639c86c613ba7ccd371540c (patch)
treec70f00df0c0c9d575e8e1931a9a6944114c71f9a /source3/Makefile.in
parentb85bcd7a241112e2ceb80212f2d1f993e5f27b82 (diff)
downloadsamba-5e038432f76718560639c86c613ba7ccd371540c.tar.gz
samba-5e038432f76718560639c86c613ba7ccd371540c.tar.bz2
samba-5e038432f76718560639c86c613ba7ccd371540c.zip
s3-auth split the auth_generic functions into a seperate file
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index cf7c5aeafe..1abf96ec1e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -908,7 +908,7 @@ AUTH_OBJ = auth/auth.o @AUTH_STATIC@ auth/auth_util.o auth/token_util.o \
auth/user_info.o \
auth/user_util.o \
auth/user_krb5.o \
- auth/auth_compat.o auth/auth_ntlmssp.o \
+ auth/auth_compat.o auth/auth_ntlmssp.o auth/auth_generic.o \
$(PLAINTEXT_AUTH_OBJ) $(SLCACHE_OBJ) $(DCUTIL_OBJ)
MANGLE_OBJ = smbd/mangle.o smbd/mangle_hash.o smbd/mangle_hash2.o