diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:52:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:52:13 +0100 |
commit | 0878399bd57db88aa49ac2a0a139c269feda9137 (patch) | |
tree | a2ba499da15cad8241f71632ad2970cccb4d4225 /source4/auth | |
parent | e7c371996deb2d1517d2a7b8d7aa0ff75d7138ce (diff) | |
download | samba-0878399bd57db88aa49ac2a0a139c269feda9137.tar.gz samba-0878399bd57db88aa49ac2a0a139c269feda9137.tar.bz2 samba-0878399bd57db88aa49ac2a0a139c269feda9137.zip |
samdb: Lowercase library name.
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 4 | ||||
-rw-r--r-- | source4/auth/wscript_build | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index a4d18161b3..4538ba4a3a 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('auth_sam_module', source='auth_sam.c', subsystem='auth', init_function='auth_sam_init', - deps='SAMDB auth_sam ntlm_check samba-hostconfig' + deps='samdb auth_sam ntlm_check samba-hostconfig' ) @@ -57,7 +57,7 @@ bld.SAMBA_SUBSYSTEM('PAM_ERRORS', bld.SAMBA_LIBRARY('auth', source='auth.c auth_util.c auth_simple.c', autoproto='auth_proto.h', - deps='samba-util security SAMDB CREDENTIALS UTIL_TEVENT', + deps='samba-util security samdb CREDENTIALS UTIL_TEVENT', private_library=True ) diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index 2ef3c0daed..178d67a14c 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -12,7 +12,7 @@ bld.SAMBA_SUBSYSTEM('auth_session', public_deps='CREDENTIALS', public_headers='session.h', header_path='samba', - deps='SAMDB auth_sam' + deps='samdb auth_sam' ) @@ -33,7 +33,7 @@ bld.SAMBA_SUBSYSTEM('auth_system_session', bld.SAMBA_SUBSYSTEM('auth_sam', source='sam.c', autoproto='auth_sam.h', - public_deps='SAMDB security ldb tevent', + public_deps='samdb security ldb tevent', deps='' ) @@ -48,7 +48,7 @@ bld.SAMBA_SUBSYSTEM('auth_sam_reply', bld.SAMBA_PYTHON('pyauth', source='pyauth.c', public_deps='auth_system_session', - deps='SAMDB pytalloc-util pyparam_util', + deps='samdb pytalloc-util pyparam_util', realname='samba/auth.so' ) |