summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2011-09-27 16:40:20 +0200
committerDavid Disseldorp <ddiss@samba.org>2011-10-31 17:55:05 +0100
commit8abaafadde887a22e803f93b3b801b732495ad98 (patch)
treefffbdda3b9ad8e7375bf96bd4fcf6b833f112687 /librpc/wscript_build
parent2e1168d0a84d49b7858725d580491e970d6b4f64 (diff)
downloadsamba-8abaafadde887a22e803f93b3b801b732495ad98.tar.gz
samba-8abaafadde887a22e803f93b3b801b732495ad98.tar.bz2
samba-8abaafadde887a22e803f93b3b801b732495ad98.zip
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_build5
1 files changed, 5 insertions, 0 deletions
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=[],