From a74e8be6d1448f121181e6d7cca3841891321a12 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2010 11:26:09 -0700 Subject: waf: Stop automaticaly changing dashes to underscores in library names. --- source4/lib/ldb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') 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') -- cgit