build: Prepare for pidl to generate ndr_table entries for more IDL
authorAndrew Bartlett <abartlet@samba.org>
Sun, 3 Nov 2019 23:20:19 +0000 (12:20 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 13 Nov 2019 00:32:37 +0000 (00:32 +0000)
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 <abartlet@samba.org>
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Pair-progammed-with: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>

source4/librpc/wscript_build

index 23b02604c83906839d74759e4bd1c637846bbaaf..7dab8bcf72dab4e6c20bff53ff428e67e1c43289 100644 (file)
@@ -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'
         )