diff options
Diffstat (limited to 'source4/ntvfs/sysdep/wscript_build')
-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 6f0cc521ad..92b284b399 100644 --- a/source4/ntvfs/sysdep/wscript_build +++ b/source4/ntvfs/sysdep/wscript_build @@ -10,7 +10,8 @@ bld.SAMBA_MODULE('sys_notify_inotify', bld.SAMBA_SUBSYSTEM('sys_notify', - source='sys_notify.c' + source='sys_notify.c', + deps='talloc' ) |