summaryrefslogtreecommitdiff
path: root/libcli/nbt/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 17:46:25 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:13 +1000
commitb0fb567f04240db3e523b5f285f5fe08e01a2a5a (patch)
tree15c8024c8d189d56552100ff7b99036653f282b5 /libcli/nbt/wscript_build
parentab1b0965380e927faa39ce4bf7f7de14e2d29afc (diff)
downloadsamba-b0fb567f04240db3e523b5f285f5fe08e01a2a5a.tar.gz
samba-b0fb567f04240db3e523b5f285f5fe08e01a2a5a.tar.bz2
samba-b0fb567f04240db3e523b5f285f5fe08e01a2a5a.zip
s4-waf: more dependencies on talloc
these are needed so we can support a system talloc without using the bundled talloc.h
Diffstat (limited to 'libcli/nbt/wscript_build')
-rw-r--r--libcli/nbt/wscript_build5
1 files changed, 1 insertions, 4 deletions
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'
)