From a610ce4aa63b5bbe0886e510f7ccd9a6f95e266d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Oct 2010 22:29:30 +0200 Subject: libcli/nbt: we don't need LIBCLI_COMPOSITE anymore metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Mon Oct 18 16:18:32 UTC 2010 on sn-devel-104 --- libcli/nbt/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/nbt') 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' ) -- cgit