summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-07 02:05:51 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-07 01:48:44 +0000
commit4217734a51adbcdf3dcf45599e119247958802af (patch)
treedbec7964637a7679f896c92ad4a763a1abd5c84a /source4/auth/ntlm
parente28cec7817f17d31e054c021f39f13685c55eee9 (diff)
downloadsamba-4217734a51adbcdf3dcf45599e119247958802af.tar.gz
samba-4217734a51adbcdf3dcf45599e119247958802af.tar.bz2
samba-4217734a51adbcdf3dcf45599e119247958802af.zip
credentials: Lowercase library name,
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/auth/ntlm')
-rw-r--r--source4/auth/ntlm/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build
index 4538ba4a3a..3dc9b97054 100644
--- a/source4/auth/ntlm/wscript_build
+++ b/source4/auth/ntlm/wscript_build
@@ -57,7 +57,7 @@ bld.SAMBA_SUBSYSTEM('PAM_ERRORS',
bld.SAMBA_LIBRARY('auth',
source='auth.c auth_util.c auth_simple.c',
autoproto='auth_proto.h',
- deps='samba-util security samdb CREDENTIALS UTIL_TEVENT',
+ deps='samba-util security samdb credentials UTIL_TEVENT',
private_library=True
)