diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 08:28:35 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:24 +1100 |
commit | 35b61c23650da1ec971ffd37c534fc82903b9940 (patch) | |
tree | 0ca29430f08ae8b2dea45cedf601a03e8b74fb67 /libcli/nbt | |
parent | dc00b773fc67ff55567e3c159749f1e55f4a5b1f (diff) | |
download | samba-35b61c23650da1ec971ffd37c534fc82903b9940.tar.gz samba-35b61c23650da1ec971ffd37c534fc82903b9940.tar.bz2 samba-35b61c23650da1ec971ffd37c534fc82903b9940.zip |
libcli: make LIBCLI_NBT a private library
Diffstat (limited to 'libcli/nbt')
-rw-r--r-- | libcli/nbt/wscript_build | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index 5aa22954ee..48afffbefa 100644 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -7,10 +7,11 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF', ) -bld.SAMBA_SUBSYSTEM('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' - ) +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 + ) bld.SAMBA_BINARY('nmblookup', |