diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-12 00:05:40 -0600 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:13 +0200 |
commit | eea89ddf8d5340458743f6fdfa746343169b00af (patch) | |
tree | 71811692a169146ef951ce1b19a12ed8bfb68d9c /source3/wscript_build | |
parent | c85008e0843f5b2af0a83ed0748af46873515446 (diff) | |
download | samba-eea89ddf8d5340458743f6fdfa746343169b00af.tar.gz samba-eea89ddf8d5340458743f6fdfa746343169b00af.tar.bz2 samba-eea89ddf8d5340458743f6fdfa746343169b00af.zip |
s3-waf: merged auth subsystem changes from master
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 07ae08e48f..8b2fb90cb5 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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 |