From ca16d805bd8f33a03d67d3ed74b4d468b04874e5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 15:53:52 -0700 Subject: s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} --- source4/auth/ntlm/wscript_build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/auth/ntlm') 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', -- cgit