diff options
Diffstat (limited to 'source4/ntvfs/sysdep')
-rw-r--r-- | source4/ntvfs/sysdep/wscript_build | 3 |
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' ) |