mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
410c30f123
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Gregor Beck <gbeck@sernet.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
8 lines
178 B
Python
8 lines
178 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 NDR_DCERPC'
|
|
)
|