From: Günther Deschner Date: Thu, 14 Mar 2024 14:22:25 +0000 (+0100) Subject: s3-librpc: merge two PIDL lists X-Git-Tag: tdb-1.4.11~1398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efffb2484bbf7058eec1f085bab65639c42b1656;p=thirdparty%2Fsamba.git s3-librpc: merge two PIDL lists Guenther Signed-off-by: Guenther Deschner Reviewed-by: Andrew Bartlett --- diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build index f46c4983792..3602ba94b51 100644 --- a/source3/librpc/idl/wscript_build +++ b/source3/librpc/idl/wscript_build @@ -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')