mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
4086c1e382
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 14:50:54 CET 2011 on sn-devel-104
8 lines
167 B
Python
8 lines
167 B
Python
#!/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'
|
|
)
|