From cf26d8a958256e1f56f9bc5a9611868d04a15e74 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 23:49:33 +0200 Subject: s4: Rename LIBEVENTS to libevents. --- source4/ntvfs/sysdep/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/sysdep') diff --git a/source4/ntvfs/sysdep/wscript_build b/source4/ntvfs/sysdep/wscript_build index e20397968b..2426452875 100644 --- a/source4/ntvfs/sysdep/wscript_build +++ b/source4/ntvfs/sysdep/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('sys_notify_inotify', source='inotify.c', subsystem='sys_notify', init_function='sys_notify_inotify_init', - deps='LIBEVENTS', + deps='libevents', enabled = bld.CONFIG_SET('HAVE_LINUX_INOTIFY') ) -- cgit