diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 11:26:09 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:18 -0700 |
commit | a74e8be6d1448f121181e6d7cca3841891321a12 (patch) | |
tree | 652b0f2e54a666ce94e94db76e460f18673e4e98 /source4/lib | |
parent | e4d9e974da730ef7a5ac5a33797652720d40ccb9 (diff) | |
download | samba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.gz samba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.bz2 samba-a74e8be6d1448f121181e6d7cca3841891321a12.zip |
waf: Stop automaticaly changing dashes to underscores in library names.
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 502d492713..cdf13c3fd2 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -88,7 +88,7 @@ def build(bld): # this is only in the s4 build bld.SAMBA_MODULE('ldb_ildap', 'ldb_ildap/ldb_ildap.c', init_function='LDB_BACKEND(ldapi),LDB_BACKEND(ldaps),LDB_BACKEND(ldap)', - deps='talloc cli_ldap CREDENTIALS auth_system_session', + deps='talloc cli-ldap CREDENTIALS auth_system_session', aliases='ldb_ldaps ldb_ldapi ldb_ldap', internal_module=False, subsystem='ldb') |