summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-04-12 20:24:44 +1000
committerAndrew Bartlett <abartlet@samba.org>2013-05-09 06:18:20 +0200
commitd87b81fa303ee297685f4eb5599010901ed68145 (patch)
treee9c808ce6977fefc3c88253354b210d7c16a66b7 /librpc/wscript_build
parent41f1c3969a3f381379ca665b2d992070c8e50227 (diff)
downloadsamba-d87b81fa303ee297685f4eb5599010901ed68145.tar.gz
samba-d87b81fa303ee297685f4eb5599010901ed68145.tar.bz2
samba-d87b81fa303ee297685f4eb5599010901ed68145.zip
build: Move nfs4acl to the top level
This is to create IDL-stored NFSv4 ACLs, just as we use for posix ACLs to permit better testing. Andrew Bartlett Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 8a4c169d5a..cc5d617275 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -217,6 +217,11 @@ bld.SAMBA_SUBSYSTEM('NDR_DNSP',
public_deps='ndr'
)
+bld.SAMBA_SUBSYSTEM('NDR_NFS4ACL',
+ source='gen_ndr/ndr_nfs4acl.c',
+ public_deps='ndr NDR_SECURITY'
+ )
+
bld.SAMBA_SUBSYSTEM('NDR_NTPRINTING',
source='gen_ndr/ndr_ntprinting.c ndr/ndr_ntprinting.c',
public_deps='ndr'