summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/ntvfs/posix/wscript_build7
-rw-r--r--source4/ntvfs/sysdep/wscript_build2
2 files changed, 5 insertions, 4 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build
index 5945ed95de..d4e4d4ac43 100644
--- a/source4/ntvfs/posix/wscript_build
+++ b/source4/ntvfs/posix/wscript_build
@@ -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'
)
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'
)