summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2016-09-15 13:36:35 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-11-24 20:24:26 +0100
commit88e1c4dc44388f554dd3cf09ec932009586a227f (patch)
tree221da0fbec1dfaf4a29e8735af29bb6d14b52187 /librpc/wscript_build
parent20eadb5f9a8f68e90c6d33ac78b65255a7631797 (diff)
downloadsamba-88e1c4dc44388f554dd3cf09ec932009586a227f.tar.gz
librpc: Introduce cab.idl
This allows processing of Windows Cabinet files (required for the MS-PAR print protocol implementation) Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 1c7cc0aa951..2b4cc051196 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -423,6 +423,13 @@ bld.SAMBA_SUBSYSTEM('NDR_PREG',
public_deps='ndr'
)
+bld.SAMBA_SUBSYSTEM('NDR_CAB',
+ source='''
+ gen_ndr/ndr_cab.c
+ ndr/ndr_cab.c
+ ''',
+ public_deps='ndr')
+
bld.SAMBA_SUBSYSTEM('NDR_FILE_ID',
source='gen_ndr/ndr_file_id.c',
public_deps='ndr'