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 /source4/libcli/ldap/wscript_build | |
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 'source4/libcli/ldap/wscript_build')
-rw-r--r-- | source4/libcli/ldap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/wscript_build b/source4/libcli/ldap/wscript_build index e8b9b9b260..a7b3717543 100644 --- a/source4/libcli/ldap/wscript_build +++ b/source4/libcli/ldap/wscript_build @@ -1,6 +1,6 @@ #!/usr/bin/env python -bld.SAMBA_LIBRARY('cli_ldap', +bld.SAMBA_LIBRARY('cli-ldap', source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c', autoproto='ldap_proto.h', public_deps='errors tevent LIBPACKET', |