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 --- source4/librpc/wscript_build | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'source4/librpc/wscript_build') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index d0159bb37a..6087d84693 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -1,16 +1,9 @@ #!/usr/bin/env python bld.RECURSE('../../librpc/idl') +bld.RECURSE('../../librpc/tools') bld.RECURSE('idl') -bld.SAMBA_BINARY('ndrdump', - source='../../librpc/tools/ndrdump.c', - manpages='../../librpc/tools/ndrdump.1', - deps='samba-hostconfig samba-util popt POPT_SAMBA ndr-table errors' - ) - - - bld.SAMBA_SUBSYSTEM('NDR_SECURITY', source='../../librpc/gen_ndr/ndr_security.c ../../librpc/ndr/ndr_sec_helper.c gen_ndr/ndr_server_id.c', deps='ndr security', -- cgit