From d87b81fa303ee297685f4eb5599010901ed68145 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 12 Apr 2013 20:24:44 +1000 Subject: 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 --- librpc/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'librpc/wscript_build') 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' -- cgit