s3-waf: merged auth subsystem changes from master
authorAndrew Tridgell <tridge@samba.org>
Mon, 12 Apr 2010 06:05:40 +0000 (00:05 -0600)
committerKai Blin <kai@samba.org>
Thu, 20 May 2010 20:16:13 +0000 (22:16 +0200)
source3/wscript_build

index 07ae08e48fc1e5ae2e58944b7a82cc61ae35d1b1..8b2fb90cb56579da24fe4a7b559e6d3e9aca888b 100644 (file)
@@ -540,7 +540,8 @@ AUTH_SCRIPT_SRC = 'auth/auth_script.c'
 AUTH_NETLOGOND_SRC = 'auth/auth_netlogond.c'
 
 AUTH_SRC = '''${AUTH_SRC1} auth/auth.c ${AUTH_STATIC} auth/auth_util.c auth/token_util.c
-          auth/auth_compat.c auth/auth_ntlmssp.c
+          auth/auth_compat.c auth/auth_ntlmssp.c auth/user_info.c auth/check_samsec.c
+           auth/server_info.c auth/server_info_sam.c
           ${PLAINTEXT_AUTH_SRC} ${SLCACHE_SRC} ${DCUTIL_SRC}'''
 
 LDB_COMMON_SRC = '''lib/ldb/common/ldb.c lib/ldb/common/ldb_ldif.c lib/ldb/common/ldb_parse.c