diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 16:29:45 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | 599afb065160a9444636fada9576c8b3e889ab68 (patch) | |
tree | 58380962f79604b8542d151f9b883d7b697cc800 /source4/torture/wscript_build | |
parent | 5224de3f748fe76c6423f8ed660886faf99882f8 (diff) | |
download | samba-599afb065160a9444636fada9576c8b3e889ab68.tar.gz samba-599afb065160a9444636fada9576c8b3e889ab68.tar.bz2 samba-599afb065160a9444636fada9576c8b3e889ab68.zip |
s4: Rename LIBCLI_NBT -> cli_nbt.
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r-- | source4/torture/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |