From: Andrew Bartlett Date: Sun, 3 Nov 2019 23:20:19 +0000 (+1300) Subject: build: Prepare for pidl to generate ndr_table entries for more IDL X-Git-Tag: talloc-2.3.1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b6ae21fff9a649d451c30df90f167c33452975c;p=thirdparty%2Fsamba.git build: Prepare for pidl to generate ndr_table entries for more IDL These IDL files will soon create ndr_table entries so need to be linked into the ndr-table subsystem. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14191 Signed-off-by: Andrew Bartlett Signed-off-by: Douglas Bagnall Pair-progammed-with: Douglas Bagnall --- diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 23b02604c83..7dab8bcf72d 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -125,6 +125,18 @@ bld.SAMBA_SUBSYSTEM('ndr-table', NDR_CLUSAPI NDR_WINSPOOL NDR_CAB + NDR_FSRVP_STATE + NDR_IOCTL + NDR_COMPRESSION + NDR_PRINTCAP + NDR_QUOTA + NDR_RAP + NDR_DCERPC + NDR_MESSAGING + NDR_SMB_ACL + NDR_PERFCOUNT + NDR_SECRETS + NDR_LEASES_DB ''', depends_on='GEN_NDR_TABLES' )