summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-02-28 20:26:55 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-02-28 21:57:16 +0100
commitb077ccccfba22310862d6a600a41a6ab1130dc1a (patch)
treeef2134f5a8e9770bec64a6f3281c3bc4d3656935 /source4/ntvfs/sysdep
parent1a6fd61a412820ab0ac5d741824068c0457ac480 (diff)
downloadsamba-b077ccccfba22310862d6a600a41a6ab1130dc1a.tar.gz
samba-b077ccccfba22310862d6a600a41a6ab1130dc1a.tar.bz2
samba-b077ccccfba22310862d6a600a41a6ab1130dc1a.zip
ntvfs: Add some missing dependencies on tevent/events.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 21:57:16 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/ntvfs/sysdep')
-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 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'
)