summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 16:05:50 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commit833480d3ad1c4b3a1ea74fd583672c65c0af6463 (patch)
tree788f12cca40a76d8fe3c45135c706c0eb6beab9c /source4/auth/ntlm/wscript_build
parentca16d805bd8f33a03d67d3ed74b4d468b04874e5 (diff)
downloadsamba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.gz
samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.bz2
samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.zip
s4: Rename LIBSAMBA-* to libsamba-*
Diffstat (limited to 'source4/auth/ntlm/wscript_build')
-rw-r--r--source4/auth/ntlm/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build
index 12bf184a8e..eb5d9b0ae2 100644
--- a/source4/auth/ntlm/wscript_build
+++ b/source4/auth/ntlm/wscript_build
@@ -4,7 +4,7 @@ bld.SAMBA_MODULE('auth_sam_module',
source='auth_sam.c',
subsystem='auth',
init_function='auth_sam_init',
- deps='SAMDB auth_sam ntlm_check LIBSAMBA-HOSTCONFIG'
+ deps='SAMDB auth_sam ntlm_check libsamba-hostconfig'
)
@@ -19,7 +19,7 @@ bld.SAMBA_MODULE('auth_server',
source='auth_server.c',
subsystem='auth',
init_function='auth_server_init',
- deps='LIBSAMBA-UTIL LIBCLI_SMB CREDENTIALS_NTLM'
+ deps='libsamba-util LIBCLI_SMB CREDENTIALS_NTLM'
)
@@ -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 libsecurity SAMDB CREDENTIALS UTIL_TEVENT',
private_library=True
)