diff options
Diffstat (limited to 'source4/ntvfs/sysdep/wscript_build')
-rw-r--r-- | source4/ntvfs/sysdep/wscript_build | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/source4/ntvfs/sysdep/wscript_build b/source4/ntvfs/sysdep/wscript_build index c0f5d3eb0c..8330d47d9b 100644 --- a/source4/ntvfs/sysdep/wscript_build +++ b/source4/ntvfs/sysdep/wscript_build @@ -1,12 +1,9 @@ -# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/sysdep/config.mk -# Please remove this notice if hand editing - - bld.SAMBA_MODULE('sys_notify_inotify', - source='inotify.c', - subsystem='sys_notify', - init_function='sys_notify_inotify_init', - deps='LIBEVENTS' + source='inotify.c', + subsystem='sys_notify', + init_function='sys_notify_inotify_init', + deps='LIBEVENTS', + enabled = bld.CONFIG_SET('HAVE_LINUX_INOTIFY') ) |