diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 18:41:59 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:16 -0700 |
commit | d9cbcdd4109d361c909f2884fcf3797cf4052092 (patch) | |
tree | d0979b61b54c4689d05b95e4d912e57d92db8633 /source4/auth | |
parent | 126f87e6a51bf330b7cdc631804a61e29c3116f7 (diff) | |
download | samba-d9cbcdd4109d361c909f2884fcf3797cf4052092.tar.gz samba-d9cbcdd4109d361c909f2884fcf3797cf4052092.tar.bz2 samba-d9cbcdd4109d361c909f2884fcf3797cf4052092.zip |
s4: Drop duplicate 'lib' prefix for private libraries.
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/credentials/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/gensec/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/ntlm/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/wscript_build | 2 |
4 files changed, 4 insertions, 4 deletions
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='' ) |