summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-05-14 09:23:33 +1200
committerAndreas Schneider <asn@cryptomilk.org>2013-05-14 01:23:17 +0200
commitfde1757f800ee661aa3e5133fed7c910dcb4163e (patch)
tree6042d9f8581b92c19020c3ce1620ff246b403046 /source3
parent09d3f577c803dc22531eb9d74d08b16eedbe84f0 (diff)
downloadsamba-fde1757f800ee661aa3e5133fed7c910dcb4163e.tar.gz
samba-fde1757f800ee661aa3e5133fed7c910dcb4163e.tar.bz2
samba-fde1757f800ee661aa3e5133fed7c910dcb4163e.zip
build: Add missing dep from vfs_nfs4acl_xattr to NDR_NFS4ACL
Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue May 14 01:23:17 CEST 2013 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/modules/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index 65e96b2d54..937dbdec15 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -251,7 +251,7 @@ bld.SAMBA3_MODULE('vfs_zfsacl',
bld.SAMBA3_MODULE('vfs_nfs4acl_xattr',
subsystem='vfs',
source=VFS_NFS4ACL_XATTR_SRC,
- deps='NFS4_ACLS sunacl',
+ deps='NFS4_ACLS sunacl NDR_NFS4ACL',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_nfs4acl_xattr'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_nfs4acl_xattr'))