diff options
Diffstat (limited to 'source4/ntvfs/sysdep')
-rw-r--r-- | source4/ntvfs/sysdep/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/sysdep/wscript_build b/source4/ntvfs/sysdep/wscript_build index 105209b94d..d8d5b55017 100644 --- a/source4/ntvfs/sysdep/wscript_build +++ b/source4/ntvfs/sysdep/wscript_build @@ -11,7 +11,7 @@ bld.SAMBA_MODULE('sys_notify_inotify', bld.SAMBA_SUBSYSTEM('sys_notify', source='sys_notify.c', - deps='talloc' + deps='talloc tevent' ) |