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 /libcli/cldap | |
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 'libcli/cldap')
-rw-r--r-- | libcli/cldap/wscript_build | 2 |
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' ) |