summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-09-23 16:39:11 +1200
committerRalph Boehme <slow@samba.org>2019-10-10 08:08:45 +0000
commit83fae584867babbb602da7096160bdc811dcf337 (patch)
tree6fbd4414f5bfb0db5f4c8f5b8c01218d2eb348c0 /librpc
parent759660b16a75a43b910001f9e8502d180a4ba89e (diff)
downloadsamba-83fae584867babbb602da7096160bdc811dcf337.tar.gz
librpc: Add commnets on the split out of IDL files
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_build3
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 6e4ffd44076..3d60df26b87 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -16,16 +16,19 @@ bld.SAMBA_PIDL_LIST('PIDL',
options='--header --ndr-parser --samba3-ndr-server --server --client --python',
output_dir='../gen_ndr')
+# Services that we only have a client for
bld.SAMBA_PIDL_LIST('PIDL',
'''atsvc.idl''',
options='--header --ndr-parser --client --python',
output_dir='../gen_ndr')
+# Services that we only have a server in the source3 style
bld.SAMBA_PIDL_LIST('PIDL',
'''initshutdown.idl ntsvcs.idl''',
options='--header --ndr-parser --client --python --samba3-ndr-server',
output_dir='../gen_ndr')
+# DCOM stuff
bld.SAMBA_PIDL_LIST('PIDL',
'''remact.idl''',
options='--header --ndr-parser --client',