summaryrefslogtreecommitdiff
path: root/libcli/nbt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-10-11 22:29:30 +0200
committerStefan Metzmacher <metze@samba.org>2010-10-18 16:18:32 +0000
commita610ce4aa63b5bbe0886e510f7ccd9a6f95e266d (patch)
tree69f9c785cc8da95127d5e4a3bb20a3187d7a6573 /libcli/nbt
parent820ae3d9a36e031027be163d22eec468a6da8603 (diff)
downloadsamba-a610ce4aa63b5bbe0886e510f7ccd9a6f95e266d.tar.gz
samba-a610ce4aa63b5bbe0886e510f7ccd9a6f95e266d.tar.bz2
samba-a610ce4aa63b5bbe0886e510f7ccd9a6f95e266d.zip
libcli/nbt: we don't need LIBCLI_COMPOSITE anymore
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 18 16:18:32 UTC 2010 on sn-devel-104
Diffstat (limited to 'libcli/nbt')
-rw-r--r--libcli/nbt/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index 502e023211..5aa22954ee 100644
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -9,7 +9,7 @@ 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 LIBCLI_COMPOSITE tevent UTIL_TEVENT NDR_SECURITY samba_socket LIBSAMBA-UTIL'
+ public_deps='LIBNDR NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket LIBSAMBA-UTIL'
)