summaryrefslogtreecommitdiffstats
path: root/source4/torture/local
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-07 01:52:13 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-07 01:52:13 +0100
commit0878399bd57db88aa49ac2a0a139c269feda9137 (patch)
treea2ba499da15cad8241f71632ad2970cccb4d4225 /source4/torture/local
parente7c371996deb2d1517d2a7b8d7aa0ff75d7138ce (diff)
downloadsamba-0878399bd57db88aa49ac2a0a139c269feda9137.tar.gz
samba-0878399bd57db88aa49ac2a0a139c269feda9137.tar.xz
samba-0878399bd57db88aa49ac2a0a139c269feda9137.zip
samdb: Lowercase library name.
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build
index a57d6f8fee..1c4c94bdfd 100644
--- a/source4/torture/local/wscript_build
+++ b/source4/torture/local/wscript_build
@@ -5,6 +5,6 @@ bld.SAMBA_MODULE('TORTURE_LOCAL',
autoproto='proto.h',
subsystem='smbtorture',
init_function='torture_local_init',
- deps='RPC_NDR_ECHO TDR LIBCLI_SMB MESSAGING iconv POPT_CREDENTIALS TORTURE_AUTH TORTURE_UTIL TORTURE_NDR TORTURE_LIBCRYPTO share torture_registry PROVISION ldb SAMDB nss_wrapper socket_wrapper replace-test',
+ deps='RPC_NDR_ECHO TDR LIBCLI_SMB MESSAGING iconv POPT_CREDENTIALS TORTURE_AUTH TORTURE_UTIL TORTURE_NDR TORTURE_LIBCRYPTO share torture_registry PROVISION ldb samdb nss_wrapper socket_wrapper replace-test',
internal_module=True
)