From d9cbcdd4109d361c909f2884fcf3797cf4052092 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 18:41:59 -0700 Subject: s4: Drop duplicate 'lib' prefix for private libraries. --- source4/auth/credentials/wscript_build | 2 +- source4/auth/gensec/wscript_build | 2 +- source4/auth/ntlm/wscript_build | 2 +- source4/auth/wscript_build | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/auth') diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build index 14ba67b720..554b6ce760 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 errors events LIBCLI_AUTH security', ) bld.SAMBA_SUBSYSTEM('CREDENTIALS_KRB5', diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index 679c8130eb..7f4a9eee07 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 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 bbb47d7881..c7e9a899cf 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -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 security SAMDB CREDENTIALS UTIL_TEVENT', private_library=True ) diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index 03812f5185..eb24459c3c 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -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 libsecurity ldb tevent', + public_deps='SAMDB security ldb tevent', deps='' ) -- cgit