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. --- source4/libcli/ldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/ldap/wscript_build') 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', -- cgit