mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
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'
|
|
)
|