diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 23:36:32 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 22:24:06 +0000 |
commit | 9065f9644bd32d6ca3a8b9a77d67e0b30891a321 (patch) | |
tree | 12b70d599ce6d05eb195220524928f628bc9de2c /libcli/nbt | |
parent | 49ef2888193dd7cc37c3fe0a980b7cc1abdac805 (diff) | |
download | samba-9065f9644bd32d6ca3a8b9a77d67e0b30891a321.tar.gz |
s4: Rename LIBNETIF to libnetif.
Diffstat (limited to 'libcli/nbt')
-rw-r--r-- | libcli/nbt/wscript_build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index 48afffbefa5..a39f8356452 100644 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -2,22 +2,22 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF', source='nbtname.c', - deps='talloc', + deps='talloc', autoproto='nbtname.h' ) bld.SAMBA_LIBRARY('LIBCLI_NBT', - source='lmhosts.c nbtsocket.c namequery.c nameregister.c namerefresh.c namerelease.c dns_hosts_file.c', - public_deps='LIBNDR NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket LIBSAMBA-UTIL', - private_library=True - ) + source='lmhosts.c nbtsocket.c namequery.c nameregister.c namerefresh.c namerelease.c dns_hosts_file.c', + public_deps='LIBNDR NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket LIBSAMBA-UTIL', + private_library=True + ) bld.SAMBA_BINARY('nmblookup', source='tools/nmblookup.c', manpages='man/nmblookup.1', - deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBCLI_NBT popt POPT_SAMBA LIBNETIF LIBCLI_RESOLVE' + deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBCLI_NBT popt POPT_SAMBA libnetif LIBCLI_RESOLVE' ) |