summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-09-23 16:40:47 +1200
committerRalph Boehme <slow@samba.org>2019-10-10 08:08:45 +0000
commit718f9da0a7fb9f48660016a7baafecdb3ed6e4e0 (patch)
tree45d9bb41cab226056d3d71dab70c2049d1abf936 /librpc
parent83fae584867babbb602da7096160bdc811dcf337 (diff)
downloadsamba-718f9da0a7fb9f48660016a7baafecdb3ed6e4e0.tar.gz
librpc: Remove s3 server build of unixinfo
We do not have a source3 varient of the unixinfo server, so do not generate the code for it. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/wscript_build7
1 files changed, 6 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 3d60df26b87..39935db4ac2 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -3,7 +3,6 @@
bld.SAMBA_PIDL_LIST('PIDL',
'''drsuapi.idl epmapper.idl
eventlog.idl
- unixinfo.idl
browser.idl dfs.idl dssetup.idl frsapi.idl
rot.idl spoolss.idl w32time.idl
dnsserver.idl echo.idl lsa.idl
@@ -28,6 +27,12 @@ bld.SAMBA_PIDL_LIST('PIDL',
options='--header --ndr-parser --client --python --samba3-ndr-server',
output_dir='../gen_ndr')
+# Services that we only have a server in the source4 style
+bld.SAMBA_PIDL_LIST('PIDL',
+ '''unixinfo.idl''',
+ options='--header --ndr-parser --client --python --server',
+ output_dir='../gen_ndr')
+
# DCOM stuff
bld.SAMBA_PIDL_LIST('PIDL',
'''remact.idl''',