summaryrefslogtreecommitdiffstats
path: root/librpc/tools/wscript_build
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2014-01-06 11:19:04 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-08 14:35:03 +0100
commit410c30f12374b13854378f1d0fecaed9b5112bbb (patch)
tree288949872b71501abe48397598337fa1b51f92a1 /librpc/tools/wscript_build
parent0f3848a8632d6f6c113d128e71171dc49f4f74b9 (diff)
downloadsamba-410c30f12374b13854378f1d0fecaed9b5112bbb.tar.gz
samba-410c30f12374b13854378f1d0fecaed9b5112bbb.tar.xz
samba-410c30f12374b13854378f1d0fecaed9b5112bbb.zip
ndrdump: dump verification trailer
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Gregor Beck <gbeck@sernet.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc/tools/wscript_build')
-rw-r--r--librpc/tools/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/tools/wscript_build b/librpc/tools/wscript_build
index d1f0a26939..a7463a9149 100644
--- a/librpc/tools/wscript_build
+++ b/librpc/tools/wscript_build
@@ -3,5 +3,5 @@
bld.SAMBA_BINARY('ndrdump',
source='ndrdump.c',
manpages='ndrdump.1',
- deps='samba-hostconfig samba-util popt POPT_SAMBA ndr-table errors'
+ deps='samba-hostconfig samba-util popt POPT_SAMBA ndr-table errors NDR_DCERPC'
)