summaryrefslogtreecommitdiff
path: root/librpc/idl/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-08-15 08:17:22 +0200
committerVolker Lendecke <vl@samba.org>2017-10-22 17:46:15 +0200
commit0bd5d7bcbeebed9308bedf5c3854be37d9d33f72 (patch)
tree1649c2ea3a1228dc70bdd82a2dff59ebd8032bea /librpc/idl/wscript_build
parentabcb98343020d771ce1ae99f034b137fbce0d2b3 (diff)
downloadsamba-0bd5d7bcbeebed9308bedf5c3854be37d9d33f72.tar.gz
nfs4acls: Don't generate an interface table for nfs4acls.idl
Nobody uses the function nfs4acl_test. It took a while to figure out how to get this to build. The "uuid" line in the idl file triggers pidl to generate the function table entry, which in turn then triggers tables.pl to register this interface ./bin/default/source4/librpc/gen_ndr/tables.c. We could for example do the same with xattr_parse_DOSATTRIB. Nobody uses this. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc/idl/wscript_build')
-rw-r--r--librpc/idl/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 899708cd5d6..e19f1a8c1d8 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -37,12 +37,13 @@ bld.SAMBA_PIDL_LIST('PIDL',
printcap.idl
fsrvp_state.idl
cab.idl
+ nfs4acl.idl
''',
options='--header --ndr-parser',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
- 'dnsp.idl nfs4acl.idl',
+ 'dnsp.idl',
options='--header --ndr-parser --client --python',
output_dir='../gen_ndr')