mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
a8052d70cb
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
8 lines
184 B
Python
8 lines
184 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_BINARY('ndrdump',
|
|
source='ndrdump.c',
|
|
manpages='ndrdump.1',
|
|
deps='samba-hostconfig samba-util popt CMDLINE_S4 ndr-table samba-errors NDR_DCERPC'
|
|
)
|