summaryrefslogtreecommitdiff
path: root/source4/libcli
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 /source4/libcli
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 'source4/libcli')
-rw-r--r--source4/libcli/ldap/wscript_build2
-rw-r--r--source4/libcli/security/wscript_build2
-rw-r--r--source4/libcli/wscript_build8
3 files changed, 6 insertions, 6 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',
diff --git a/source4/libcli/security/wscript_build b/source4/libcli/security/wscript_build
index a39abf5c8e..9c277236c4 100644
--- a/source4/libcli/security/wscript_build
+++ b/source4/libcli/security/wscript_build
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-bld.SAMBA_LIBRARY('security_session',
+bld.SAMBA_LIBRARY('security-session',
source='session.c',
autoproto='session_proto.h',
public_deps='security',
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index be4aef147b..be2cd65828 100644
--- a/source4/libcli/wscript_build
+++ b/source4/libcli/wscript_build
@@ -44,7 +44,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE',
bld.SAMBA_SUBSYSTEM('LIBCLI_DGRAM',
source='dgram/dgramsocket.c dgram/mailslot.c dgram/netlogon.c dgram/browse.c',
- public_deps='cli_nbt ndr LIBCLI_RESOLVE LIBCLI_NETLOGON LIBCLI_RESOLVE'
+ public_deps='cli-nbt ndr LIBCLI_RESOLVE LIBCLI_NETLOGON LIBCLI_RESOLVE'
)
@@ -65,21 +65,21 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE',
bld.SAMBA_SUBSYSTEM('LP_RESOLVE',
source='resolve/bcast.c resolve/nbtlist.c resolve/wins.c resolve/dns_ex.c resolve/file.c resolve/host.c resolve/resolve_lp.c',
autoproto='resolve/lp_proto.h',
- deps='cli_nbt samba-hostconfig netif'
+ deps='cli-nbt samba-hostconfig netif'
)
bld.SAMBA_SUBSYSTEM('LIBCLI_FINDDCS',
source='finddcs_nbt.c finddcs_cldap.c',
autoproto='finddcs_proto.h',
- public_deps='cli_nbt MESSAGING RPC_NDR_IRPC LIBCLI_CLDAP'
+ public_deps='cli-nbt MESSAGING RPC_NDR_IRPC LIBCLI_CLDAP'
)
bld.SAMBA_SUBSYSTEM('LIBCLI_SMB',
source='clireadwrite.c cliconnect.c clifile.c clilist.c clitrans2.c climessage.c clideltree.c',
autoproto='libcli_proto.h',
- public_deps='LIBCLI_RAW errors LIBCLI_AUTH LIBCLI_SMB_COMPOSITE cli_nbt security LIBCLI_RESOLVE LIBCLI_DGRAM LIBCLI_SMB2 LIBCLI_FINDDCS samba_socket'
+ public_deps='LIBCLI_RAW errors LIBCLI_AUTH LIBCLI_SMB_COMPOSITE cli-nbt security LIBCLI_RESOLVE LIBCLI_DGRAM LIBCLI_SMB2 LIBCLI_FINDDCS samba_socket'
)