diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-28 17:46:25 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:13 +1000 |
commit | b0fb567f04240db3e523b5f285f5fe08e01a2a5a (patch) | |
tree | 15c8024c8d189d56552100ff7b99036653f282b5 /lib/smbconf/wscript_build | |
parent | ab1b0965380e927faa39ce4bf7f7de14e2d29afc (diff) | |
download | samba-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 'lib/smbconf/wscript_build')
-rw-r--r-- | lib/smbconf/wscript_build | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/smbconf/wscript_build b/lib/smbconf/wscript_build index f47d05144f..cf92c3ba6b 100644 --- a/lib/smbconf/wscript_build +++ b/lib/smbconf/wscript_build @@ -1,10 +1,7 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../lib/smbconf/config.mk -# Please remove this notice if hand editing - - bld.SAMBA_SUBSYSTEM('LIBSMBCONF', - source='smbconf.c smbconf_txt.c smbconf_util.c' - ) + source='smbconf.c smbconf_txt.c smbconf_util.c', + deps='talloc' + ) |