From 599afb065160a9444636fada9576c8b3e889ab68 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 16:29:45 -0700 Subject: s4: Rename LIBCLI_NBT -> cli_nbt. --- source4/torture/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/wscript_build') diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index a79d25c79b..0b3e64bd73 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -114,7 +114,7 @@ bld.SAMBA_MODULE('TORTURE_NBT', autoproto='nbt/proto.h', subsystem='smbtorture', init_function='torture_nbt_init', - deps='LIBCLI_SMB LIBCLI_NBT LIBCLI_DGRAM LIBCLI_WREPL torture_rpc', + deps='LIBCLI_SMB cli_nbt LIBCLI_DGRAM LIBCLI_WREPL torture_rpc', internal_module=True ) -- cgit