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. --- libcli/cldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/cldap/wscript_build') diff --git a/libcli/cldap/wscript_build b/libcli/cldap/wscript_build index e52abbe4a9..d0c00d7f3b 100644 --- a/libcli/cldap/wscript_build +++ b/libcli/cldap/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_CLDAP', source='cldap.c', - public_deps='cli_ldap', + public_deps='cli-ldap', deps='LIBTSOCKET samba-util UTIL_TEVENT ldb LIBCLI_NETLOGON' ) -- cgit