diff options
author | David Disseldorp <ddiss@suse.de> | 2011-09-27 16:40:20 +0200 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2011-10-31 17:55:05 +0100 |
commit | 8abaafadde887a22e803f93b3b801b732495ad98 (patch) | |
tree | fffbdda3b9ad8e7375bf96bd4fcf6b833f112687 /librpc/wscript_build | |
parent | 2e1168d0a84d49b7858725d580491e970d6b4f64 (diff) | |
download | samba-8abaafadde887a22e803f93b3b801b732495ad98.tar.gz |
s4-torture: Add tests for the smb2 copychunk ioctl
Add idls for parsing of copychunk ioctl args.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r-- | librpc/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index 14289a1e913..dc35de5ecc6 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=[], |