]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-librpc: merge two PIDL lists
authorGünther Deschner <gd@samba.org>
Thu, 14 Mar 2024 14:22:25 +0000 (15:22 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Mar 2024 23:42:34 +0000 (23:42 +0000)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/librpc/idl/wscript_build

index f46c498379201c606a304a4deebf37b9dceab651..3602ba94b51e52801394b7f4c3f76c234ac6f3e7 100644 (file)
@@ -27,15 +27,8 @@ absinclude=os.path.join(bld.srcnode.abspath(), 'bin/default/include')
 
 bld.SAMBA_PIDL_LIST('PIDL',
                     '''
-                       libnet_join.idl
+                       libnet_join.idl ads.idl
                     ''',
                     options='--includedir=%s --includedir=%s --header --ndr-parser' % (topinclude, absinclude),
                     output_dir='../gen_ndr',
                     generate_tables=False)
-
-bld.SAMBA_PIDL_LIST('PIDL',
-                    '''
-                       ads.idl
-                    ''',
-                    options='--includedir=%s --includedir=%s --header --ndr-parser' % (topinclude, absinclude),
-                    output_dir='../gen_ndr')