waf: Stop automaticaly changing dashes to underscores in library names.
[metze/samba/wip.git] / source4 / lib / ldb / wscript
index 502d49271355b2c8bb32ff0c6bf17537523a8f7d..cdf13c3fd289064eb18ea7b77f4195d5ce9130f8 100644 (file)
@@ -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')