summaryrefslogtreecommitdiff
path: root/libcli/cldap
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 11:26:09 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:18 -0700
commita74e8be6d1448f121181e6d7cca3841891321a12 (patch)
tree652b0f2e54a666ce94e94db76e460f18673e4e98 /libcli/cldap
parente4d9e974da730ef7a5ac5a33797652720d40ccb9 (diff)
downloadsamba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.gz
samba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.bz2
samba-a74e8be6d1448f121181e6d7cca3841891321a12.zip
waf: Stop automaticaly changing dashes to underscores in library names.
Diffstat (limited to 'libcli/cldap')
-rw-r--r--libcli/cldap/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)