summaryrefslogtreecommitdiff
path: root/librpc/idl/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-11-02 16:27:46 +0100
committerGünther Deschner <gd@samba.org>2014-02-11 16:02:14 +0100
commitc6774989e0a878f59f53fa1fe5439b881945a042 (patch)
tree68345fa7b587571ad49d48dace76132ca9b24515 /librpc/idl/wscript_build
parentffd0585dd2db0af298fdbe1c7d5aba3cd3699bbc (diff)
downloadsamba-c6774989e0a878f59f53fa1fe5439b881945a042.tar.gz
librpc/idl: add witness.idl
See [MS-SWN] for the details. Pair-Programmed-With: Gregor Beck <gbeck@sernet.de> Signed-off-by: Gregor Beck <gbeck@sernet.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc/idl/wscript_build')
-rw-r--r--librpc/idl/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 854a2e2e96b..f181786d013 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -12,7 +12,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
drsblobs.idl efs.idl frstrans.idl mgmt.idl netlogon.idl
notify.idl
policyagent.idl scerpc.idl svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl
- fsrvp.idl''',
+ fsrvp.idl witness.idl''',
options='--header --ndr-parser --samba3-ndr-server --server --client --python',
output_dir='../gen_ndr')