From 833480d3ad1c4b3a1ea74fd583672c65c0af6463 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 16:05:50 -0700 Subject: s4: Rename LIBSAMBA-* to libsamba-* --- source4/auth/credentials/wscript_build | 2 +- source4/auth/gensec/wscript_build | 2 +- source4/auth/ntlm/wscript_build | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/auth') diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build index 2e962267c2..14ba67b720 100644 --- a/source4/auth/credentials/wscript_build +++ b/source4/auth/credentials/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_SUBSYSTEM('CREDENTIALS', source='credentials.c', autoproto='credentials_proto.h', public_headers='credentials.h', - deps='LIBCRYPTO LIBSAMBA-ERRORS libevents LIBCLI_AUTH libsecurity', + deps='LIBCRYPTO libsamba-errors libevents LIBCLI_AUTH libsecurity', ) bld.SAMBA_SUBSYSTEM('CREDENTIALS_KRB5', diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index a1c3257979..679c8130eb 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_LIBRARY('gensec', source='gensec.c socket.c gensec_tstream.c', pc_files='gensec.pc', autoproto='gensec_proto.h', - public_deps='UTIL_TEVENT LIBSAMBA-UTIL LIBSAMBA-ERRORS LIBPACKET auth_system_session', + public_deps='UTIL_TEVENT libsamba-util libsamba-errors LIBPACKET auth_system_session', public_headers='gensec.h', deps='com_err', vnum='0.0.1' diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 12bf184a8e..eb5d9b0ae2 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 libsamba-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='libsamba-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 libsecurity SAMDB CREDENTIALS UTIL_TEVENT', + deps='libsamba-util libsecurity SAMDB CREDENTIALS UTIL_TEVENT', private_library=True ) -- cgit