From b0fb567f04240db3e523b5f285f5fe08e01a2a5a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 17:46:25 +1100 Subject: s4-waf: more dependencies on talloc these are needed so we can support a system talloc without using the bundled talloc.h --- libcli/nbt/wscript_build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libcli/nbt/wscript_build') diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index 6d31ba6214..b85a5d7090 100644 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -1,11 +1,8 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../libcli/nbt/config.mk -# Please remove this notice if hand editing - - bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF', source='nbtname.c', + deps='talloc', autoproto='nbtname.h' ) -- cgit