From: Andrew Bartlett Date: Fri, 13 Dec 2019 02:56:55 +0000 (+1300) Subject: librpc: Move winstation.idl to the top level and exclude from fuzzing X-Git-Tag: ldb-2.1.0~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9a81c6a933558e8ae5ccbdcb329e9effc82bb0;p=thirdparty%2Fsamba.git librpc: Move winstation.idl to the top level and exclude from fuzzing Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed Dec 18 08:05:05 UTC 2019 on sn-devel-184 --- diff --git a/source4/librpc/idl/winstation.idl b/librpc/idl/winstation.idl similarity index 100% rename from source4/librpc/idl/winstation.idl rename to librpc/idl/winstation.idl diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index 830308491da..b66f27be901 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -92,6 +92,7 @@ bld.SAMBA_PIDL_LIST('PIDL', scerpc.idl trkwks.idl w32time.idl + winstation.idl wzcsvc.idl ''', options='--header --ndr-parser', diff --git a/librpc/wscript_build b/librpc/wscript_build index 50cbed7e824..5eb78e6010a 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -449,6 +449,11 @@ bld.SAMBA_SUBSYSTEM('NDR_MESSAGING', public_deps='ndr NDR_SERVER_ID' ) +bld.SAMBA_SUBSYSTEM('NDR_WINSTATION', + source='gen_ndr/ndr_winstation.c', + public_deps='ndr' + ) + bld.SAMBA_SUBSYSTEM('RPC_NDR_ATSVC', source='gen_ndr/ndr_atsvc_c.c', public_deps='dcerpc-binding NDR_ATSVC' diff --git a/source4/librpc/idl/wscript_build b/source4/librpc/idl/wscript_build index f8dca6af4a7..58555e6bf55 100644 --- a/source4/librpc/idl/wscript_build +++ b/source4/librpc/idl/wscript_build @@ -7,7 +7,7 @@ topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl') bld.SAMBA_PIDL_LIST('PIDL', source='''ntp_signd.idl opendb.idl sasl_helpers.idl - winsif.idl winsrepl.idl winstation.idl''', + winsif.idl winsrepl.idl''', options="--includedir=%s --header --ndr-parser" % topinclude, output_dir='../gen_ndr') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index c0ba7613273..009b2e13d2e 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -5,12 +5,6 @@ bld.RECURSE('../../librpc/tools') bld.RECURSE('idl') -bld.SAMBA_SUBSYSTEM('NDR_WINSTATION', - source='gen_ndr/ndr_winstation.c', - public_deps='ndr' - ) - - bld.SAMBA_SUBSYSTEM('NDR_IRPC', source='gen_ndr/ndr_irpc.c', public_deps='ndr NDR_SECURITY ndr_nbt'