From 33c82cd5dd67c8fa509c326fed85a90045d896d0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 30 Nov 2010 16:16:22 +0100 Subject: s3-waf: convert TOKEN_UTIL into a subsystem. Guenther --- source3/auth/wscript_build | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'source3/auth/wscript_build') diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index 0fd28bc1f6..e740f87766 100644 --- a/source3/auth/wscript_build +++ b/source3/auth/wscript_build @@ -10,7 +10,7 @@ AUTH_WBC_SRC = 'auth_wbc.c' AUTH_SCRIPT_SRC = 'auth_script.c' AUTH_NETLOGOND_SRC = 'auth_netlogond.c' -AUTH_SRC = '''auth.c auth_util.c token_util.c +AUTH_SRC = '''auth.c auth_util.c server_info.c server_info_sam.c user_info.c @@ -18,9 +18,13 @@ AUTH_SRC = '''auth.c auth_util.c token_util.c user_krb5.c auth_compat.c auth_ntlmssp.c''' +bld.SAMBA_SUBSYSTEM('TOKEN_UTIL', + source='token_util.c', + vars=locals()) + bld.SAMBA_SUBSYSTEM('auth', source=AUTH_SRC, - deps='''PLAINTEXT_AUTH SLCACHE DCUTIL''', + deps='''PLAINTEXT_AUTH SLCACHE DCUTIL TOKEN_UTIL''', vars=locals()) bld.SAMBA_MODULE('auth_sam', -- cgit