From 4086c1e382a22f08a5b138bb6617451de2042ad9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 Jan 2011 14:02:55 +0100 Subject: s4-waf: split out wscript_build for ndrdump binary. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Feb 8 14:50:54 CET 2011 on sn-devel-104 --- librpc/tools/wscript_build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 librpc/tools/wscript_build (limited to 'librpc/tools') diff --git a/librpc/tools/wscript_build b/librpc/tools/wscript_build new file mode 100644 index 0000000000..d1f0a26939 --- /dev/null +++ b/librpc/tools/wscript_build @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +bld.SAMBA_BINARY('ndrdump', + source='ndrdump.c', + manpages='ndrdump.1', + deps='samba-hostconfig samba-util popt POPT_SAMBA ndr-table errors' + ) -- cgit