summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-12-17 15:32:01 +0100
committerVolker Lendecke <vl@samba.org>2014-01-06 19:50:22 +0100
commit168db8b9d29ebf7e59377204ea0886b7ff281f27 (patch)
tree9a88e4bd7694fee229e018b93c79051c1b6c2b87 /source4/ntvfs
parent056008df62cb66090b3e30cb09c0edacfbdb5720 (diff)
downloadsamba-168db8b9d29ebf7e59377204ea0886b7ff281f27.tar.gz
samba-168db8b9d29ebf7e59377204ea0886b7ff281f27.tar.xz
samba-168db8b9d29ebf7e59377204ea0886b7ff281f27.zip
waf: Fix the FreeBSD build with libinotify
Signed-off-by: Volker Lendecke <vl@samba.org> Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Jan 6 19:50:22 CET 2014 on sn-devel-104
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/sysdep/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/sysdep/wscript_build b/source4/ntvfs/sysdep/wscript_build
index d8d5b55017b..bfb4e55e30c 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='events',
+ deps='events inotify',
enabled = bld.CONFIG_SET('HAVE_LINUX_INOTIFY')
)