summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-06-25 16:24:06 +0200
committerGünther Deschner <gd@samba.org>2015-07-03 02:00:27 +0200
commit82c4b92661428bf8eda383004f6e74b86e5572b5 (patch)
tree62486fa531a60972282544784f94be7333191d61 /librpc/wscript_build
parente324184224975b730d7b01e5a7cd478c6b28d3aa (diff)
downloadsamba-82c4b92661428bf8eda383004f6e74b86e5572b5.tar.gz
witness: autogenerate the marshalling of the witness_notifyResponse_message.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@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 133666d547c..212733aa284 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -321,7 +321,7 @@ bld.SAMBA_SUBSYSTEM('NDR_FSRVP',
)
bld.SAMBA_SUBSYSTEM('NDR_WITNESS',
- source='gen_ndr/ndr_witness.c',
+ source='gen_ndr/ndr_witness.c ndr/ndr_witness.c',
public_deps='ndr'
)