summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-07 01:57:34 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-07 01:57:34 +0100
commite28cec7817f17d31e054c021f39f13685c55eee9 (patch)
tree2820fedb74c54f867820daa1085ecd0b896a5132 /source4/torture
parent0878399bd57db88aa49ac2a0a139c269feda9137 (diff)
downloadsamba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.gz
samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.bz2
samba-e28cec7817f17d31e054c021f39f13685c55eee9.zip
ldbsamba: Lowercase library name.
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/drs/wscript_build2
-rw-r--r--source4/torture/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/drs/wscript_build b/source4/torture/drs/wscript_build
index 9109fcfff1..9d4d321633 100644
--- a/source4/torture/drs/wscript_build
+++ b/source4/torture/drs/wscript_build
@@ -5,7 +5,7 @@ bld.SAMBA_MODULE('TORTURE_DRS',
autoproto='proto.h',
subsystem='smbtorture',
init_function='torture_drs_init',
- deps='samba-util ldb POPT_SAMBA errors torture LDBSAMBA talloc dcerpc ndr NDR_DRSUAPI gensec samba-hostconfig RPC_NDR_DRSUAPI DSDB_MODULE_HELPERS ASN1_UTIL samdb NDR_DRSBLOBS CREDENTIALS samdb-common LIBCLI_RESOLVE LP_RESOLVE torturemain',
+ deps='samba-util ldb POPT_SAMBA errors torture ldbsamba talloc dcerpc ndr NDR_DRSUAPI gensec samba-hostconfig RPC_NDR_DRSUAPI DSDB_MODULE_HELPERS ASN1_UTIL samdb NDR_DRSBLOBS CREDENTIALS samdb-common LIBCLI_RESOLVE LP_RESOLVE torturemain',
internal_module=True
)
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index c154da33aa..9b802ef9df 100644
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -102,7 +102,7 @@ bld.SAMBA_MODULE('TORTURE_UNIX',
bld.SAMBA_MODULE('TORTURE_LDAP',
source='ldap/common.c ldap/basic.c ldap/schema.c ldap/uptodatevector.c ldap/cldap.c ldap/cldapbench.c ldap/ldap_sort.c ldap/nested_search.c',
subsystem='smbtorture',
- deps='cli-ldap LIBCLI_CLDAP samdb POPT_CREDENTIALS torture LDBSAMBA',
+ deps='cli-ldap LIBCLI_CLDAP samdb POPT_CREDENTIALS torture ldbsamba',
internal_module=True,
autoproto='ldap/proto.h',
init_function='torture_ldap_init'