diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-07-25 21:24:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-07-26 13:31:08 +0200 |
commit | 08785dd73d39954fa02c2cb15947613b7e27494f (patch) | |
tree | cb33bee8cd81fe39d9efd4bcd741f22d4ff7f180 /source4/torture/wscript_build | |
parent | 8a6bc7331b71a7040fa9ee577776eb23b976c42d (diff) | |
download | samba-08785dd73d39954fa02c2cb15947613b7e27494f.tar.gz samba-08785dd73d39954fa02c2cb15947613b7e27494f.tar.bz2 samba-08785dd73d39954fa02c2cb15947613b7e27494f.zip |
cli_cldap: Lowercase name.
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r-- | source4/torture/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index fbae17ee61..b3826d6b38 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 cli_cldap samdb POPT_CREDENTIALS torture ldbsamba', internal_module=True, autoproto='ldap/proto.h', init_function='torture_ldap_init' |