librpc: Remove s3 server build of unixinfo
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Sep 2019 04:40:47 +0000 (16:40 +1200)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 08:08:45 +0000 (08:08 +0000)
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>
librpc/idl/wscript_build

index 3d60df26b87a6a3ebd56ffdb042c164ff1ddab1e..39935db4ac26a8a4b4c3a20c6acdf99c842eff4b 100644 (file)
@@ -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''',