summaryrefslogtreecommitdiff
path: root/librpc/tools/wscript_build
blob: a64747057c7e890030f3ea193ded136d74ac17f9 (plain)
1
2
3
4
5
6
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 samba-errors NDR_DCERPC'
	)