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/nbt | |
parent | e4d9e974da730ef7a5ac5a33797652720d40ccb9 (diff) | |
download | samba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.gz |
waf: Stop automaticaly changing dashes to underscores in library names.
Diffstat (limited to 'libcli/nbt')
-rw-r--r-- | libcli/nbt/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index ebd822256de..9cae6e01955 100644 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -7,7 +7,7 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF', ) -bld.SAMBA_LIBRARY('cli_nbt', +bld.SAMBA_LIBRARY('cli-nbt', source='lmhosts.c nbtsocket.c namequery.c nameregister.c namerefresh.c namerelease.c dns_hosts_file.c', public_deps='ndr NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket samba-util', private_library=True @@ -17,7 +17,7 @@ bld.SAMBA_LIBRARY('cli_nbt', bld.SAMBA_BINARY('nmblookup', source='tools/nmblookup.c', manpages='man/nmblookup.1', - deps='samba-hostconfig samba-util cli_nbt popt POPT_SAMBA netif LIBCLI_RESOLVE' + deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE' ) @@ -35,7 +35,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON', bld.SAMBA_PYTHON('python_netbios', source='pynbt.c', - public_deps='cli_nbt DYNCONFIG samba-hostconfig', + public_deps='cli-nbt DYNCONFIG samba-hostconfig', realname='samba/netbios.so' ) |