diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-16 16:55:36 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-22 19:25:11 +0100 |
commit | 5e038432f76718560639c86c613ba7ccd371540c (patch) | |
tree | c70f00df0c0c9d575e8e1931a9a6944114c71f9a /source3/auth/wscript_build | |
parent | b85bcd7a241112e2ceb80212f2d1f993e5f27b82 (diff) | |
download | samba-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/auth/wscript_build')
-rw-r--r-- | source3/auth/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index 9fdc27d619..4894e352da 100644 --- a/source3/auth/wscript_build +++ b/source3/auth/wscript_build @@ -12,7 +12,7 @@ AUTH_NETLOGOND_SRC = 'auth_netlogond.c' AUTH_SRC = '''auth.c user_krb5.c - auth_compat.c auth_ntlmssp.c''' + auth_compat.c auth_ntlmssp.c auth_generic.c''' bld.SAMBA3_SUBSYSTEM('TOKEN_UTIL', source='token_util.c', |