1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4-waf: split out wscript_build for ndrdump binary.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Feb  8 14:50:54 CET 2011 on sn-devel-104
This commit is contained in:
Günther Deschner 2011-01-28 14:02:55 +01:00
parent 56fe080d87
commit 4086c1e382
2 changed files with 8 additions and 8 deletions

View File

@ -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'
)

View File

@ -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',