summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 21:33:48 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:14 +1000
commitd8b91f112011128eeaee2e5b3e2c3ac98e8fa708 (patch)
tree3e37b7f794edf09aa3e1dd5e7f2bf4f054367d16 /source4/ntvfs/sysdep
parent3cc01226ec7228ebb890c22baa2f6618ef371055 (diff)
downloadsamba-d8b91f112011128eeaee2e5b3e2c3ac98e8fa708.tar.gz
samba-d8b91f112011128eeaee2e5b3e2c3ac98e8fa708.tar.bz2
samba-d8b91f112011128eeaee2e5b3e2c3ac98e8fa708.zip
s4-waf: sys_lease depends on talloc
Diffstat (limited to 'source4/ntvfs/sysdep')
-rw-r--r--source4/ntvfs/sysdep/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/ntvfs/sysdep/wscript_build b/source4/ntvfs/sysdep/wscript_build
index 92b284b399..e20397968b 100644
--- a/source4/ntvfs/sysdep/wscript_build
+++ b/source4/ntvfs/sysdep/wscript_build
@@ -25,6 +25,7 @@ bld.SAMBA_MODULE('sys_lease_linux',
bld.SAMBA_SUBSYSTEM('sys_lease',
- source='sys_lease.c'
+ source='sys_lease.c',
+ deps='talloc'
)