From 026690af0076d84947ea60a3a20d0bba972e67db Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 Mar 2010 22:29:12 +1100 Subject: s4-waf: remove the need for some of the lib aliases --- source4/auth/ntlm/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/ntlm/wscript_build') diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index dde33c6077..4fd12cbbb9 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -40,7 +40,7 @@ bld.SAMBA_MODULE('auth_unix', source='auth_unix.c', subsystem='auth', init_function='auth_unix_init', - deps='CRYPT PAM PAM_ERRORS NSS_WRAPPER UID_WRAPPER LIBTSOCKET' + deps='crypt pam PAM_ERRORS NSS_WRAPPER UID_WRAPPER LIBTSOCKET' ) -- cgit