ntvfs: Add some missing dependencies on tevent/events.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 28 Feb 2011 19:26:55 +0000 (20:26 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 28 Feb 2011 20:57:16 +0000 (21:57 +0100)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Feb 28 21:57:16 CET 2011 on sn-devel-104

source4/ntvfs/posix/wscript_build
source4/ntvfs/sysdep/wscript_build

index 5945ed95decda5db06829014a471fb7489a950d3..d4e4d4ac43c35c3c56340047c772f76219eea195 100644 (file)
@@ -2,7 +2,8 @@
 
 bld.SAMBA_SUBSYSTEM('pvfs_acl',
        source='pvfs_acl.c',
-       autoproto='vfs_acl_proto.h'
+       autoproto='vfs_acl_proto.h',
+       deps='events',
        )
 
 
@@ -10,7 +11,7 @@ bld.SAMBA_MODULE('pvfs_acl_xattr',
        source='pvfs_acl_xattr.c',
        subsystem='pvfs_acl',
        init_function='pvfs_acl_xattr_init',
-       deps='NDR_XATTR'
+       deps='NDR_XATTR events'
        )
 
 
@@ -18,7 +19,7 @@ bld.SAMBA_MODULE('pvfs_acl_nfs4',
        source='pvfs_acl_nfs4.c',
        subsystem='pvfs_acl',
        init_function='pvfs_acl_nfs4_init',
-       deps='NDR_NFS4ACL samdb'
+       deps='NDR_NFS4ACL samdb events'
        )
 
 
index 105209b94d933c20c49933f09618b67f828ec07a..d8d5b55017b577d5c5f67659e3507c02d702eff1 100644 (file)
@@ -11,7 +11,7 @@ bld.SAMBA_MODULE('sys_notify_inotify',
 
 bld.SAMBA_SUBSYSTEM('sys_notify',
                     source='sys_notify.c',
-                    deps='talloc'
+                    deps='talloc tevent'
                     )