diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 02:05:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:48:44 +0000 |
commit | 4217734a51adbcdf3dcf45599e119247958802af (patch) | |
tree | dbec7964637a7679f896c92ad4a763a1abd5c84a /source4/auth/wscript_build | |
parent | e28cec7817f17d31e054c021f39f13685c55eee9 (diff) | |
download | samba-4217734a51adbcdf3dcf45599e119247958802af.tar.gz samba-4217734a51adbcdf3dcf45599e119247958802af.tar.bz2 samba-4217734a51adbcdf3dcf45599e119247958802af.zip |
credentials: Lowercase library name,
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/auth/wscript_build')
-rw-r--r-- | source4/auth/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index 178d67a14c..700a4a9ae4 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -9,7 +9,7 @@ bld.RECURSE('credentials') bld.SAMBA_SUBSYSTEM('auth_session', source='session.c', autoproto='session_proto.h', - public_deps='CREDENTIALS', + public_deps='credentials', public_headers='session.h', header_path='samba', deps='samdb auth_sam' @@ -18,14 +18,14 @@ bld.SAMBA_SUBSYSTEM('auth_session', bld.SAMBA_SUBSYSTEM('samba_server_gensec', source='samba_server_gensec.c', - public_deps='CREDENTIALS gensec auth' + public_deps='credentials gensec auth' ) bld.SAMBA_SUBSYSTEM('auth_system_session', source='system_session.c', autoproto='system_session_proto.h', - public_deps='CREDENTIALS', + public_deps='credentials', deps='auth_session', ) |