summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 15:53:52 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commitca16d805bd8f33a03d67d3ed74b4d468b04874e5 (patch)
tree55f260f485b2004f2b231d1136040b89cd73bdab /source4/auth
parent7a731ccdfc83c9ce11cf92f190cf250ffb43c293 (diff)
downloadsamba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.tar.gz
samba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.tar.bz2
samba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.zip
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/credentials/wscript_build2
-rw-r--r--source4/auth/ntlm/wscript_build10
-rw-r--r--source4/auth/wscript_build2
3 files changed, 7 insertions, 7 deletions
diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build
index be004a87c6..2e962267c2 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/ntlm/wscript_build b/source4/auth/ntlm/wscript_build
index 20d914c8f9..12bf184a8e 100644
--- a/source4/auth/ntlm/wscript_build
+++ b/source4/auth/ntlm/wscript_build
@@ -53,11 +53,11 @@ 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',
- private_library=True
- )
+ source='auth.c auth_util.c auth_simple.c',
+ autoproto='auth_proto.h',
+ deps='LIBSAMBA-UTIL libsecurity SAMDB CREDENTIALS UTIL_TEVENT',
+ private_library=True
+ )
bld.SAMBA_MODULE('auth_server_service',
source='auth_server_service.c',
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build
index e44a0324f9..03812f5185 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 libsecurity ldb tevent',
deps=''
)