diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 10:42:58 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:17 -0700 |
commit | 8cf61377aa388724150699618f5cd60682ffde37 (patch) | |
tree | 6fb909162d76a2315c08a2711b7f6bd6d83ea3d4 /source4/auth/ntlm | |
parent | b2af2fd3de37296c5589fd5f34bb3353227272cd (diff) | |
download | samba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz samba-8cf61377aa388724150699618f5cd60682ffde37.tar.bz2 samba-8cf61377aa388724150699618f5cd60682ffde37.zip |
waf: Remove lib prefix from libraries manually.
Diffstat (limited to 'source4/auth/ntlm')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index c7e9a899cf..ef01f09f0a 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 libsamba-hostconfig' + deps='SAMDB auth_sam ntlm_check samba-hostconfig' ) @@ -19,7 +19,7 @@ bld.SAMBA_MODULE('auth_server', source='auth_server.c', subsystem='auth', init_function='auth_server_init', - deps='libsamba-util LIBCLI_SMB CREDENTIALS_NTLM' + deps='samba-util LIBCLI_SMB CREDENTIALS_NTLM' ) @@ -55,7 +55,7 @@ bld.SAMBA_SUBSYSTEM('PAM_ERRORS', bld.SAMBA_LIBRARY('auth', source='auth.c auth_util.c auth_simple.c', autoproto='auth_proto.h', - deps='libsamba-util security SAMDB CREDENTIALS UTIL_TEVENT', + deps='samba-util security SAMDB CREDENTIALS UTIL_TEVENT', private_library=True ) |