From 1b6ae21fff9a649d451c30df90f167c33452975c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 4 Nov 2019 12:20:19 +1300 Subject: [PATCH] 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 --- source4/librpc/wscript_build | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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' ) -- 2.47.3