summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAnubhav Rakshit <anubhav.rakshit@gmail.com>2014-06-16 15:30:18 +0530
committerStefan Metzmacher <metze@samba.org>2014-07-24 19:07:06 +0200
commit09fb44d1224bedee1f7a92d2bca1518ad62b3ba4 (patch)
tree7b42302e03e21ba7a82b882484c05372ac281d03 /librpc/wscript_build
parentdbc1ad2965b7535bb5b41a994d7188dc23d18770 (diff)
downloadsamba-09fb44d1224bedee1f7a92d2bca1518ad62b3ba4.tar.gz
librpc: Add NETWORK_INTERFACE_INFO IDL data structure
This is in preparation for adding NETWORK_INTERFACE_INFO Ioctl smbtorture test case. This data structure is described in MS-SMB2 Sec. 2.2.32.5 Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Anubhav Rakshit <anubhav.rakshit@gmail.com> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index b21619e244c..0a60b623202 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -616,7 +616,7 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_DNSSERVER',
)
bld.SAMBA_SUBSYSTEM('NDR_IOCTL',
- source='gen_ndr/ndr_ioctl.c',
+ source='gen_ndr/ndr_ioctl.c ndr/ndr_ioctl.c',
public_deps='ndr'
)