From 8abaafadde887a22e803f93b3b801b732495ad98 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Tue, 27 Sep 2011 16:40:20 +0200 Subject: s4-torture: Add tests for the smb2 copychunk ioctl Add idls for parsing of copychunk ioctl args. Signed-off-by: Stefan Metzmacher --- librpc/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'librpc/wscript_build') diff --git a/librpc/wscript_build b/librpc/wscript_build index 14289a1e91..dc35de5ecc 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -563,6 +563,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_DNSSERVER', public_deps='dcerpc-binding ndr-standard' ) +bld.SAMBA_SUBSYSTEM('NDR_IOCTL', + source='gen_ndr/ndr_ioctl.c', + public_deps='ndr' + ) + # a grouping library for NDR subsystems that may be used by more than one target bld.SAMBA_LIBRARY('ndr-samba', source=[], -- cgit