Rename 'errors' to 'samba-errors' and make it public.
[obnox/samba/samba-obnox.git] / librpc / tools / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_BINARY('ndrdump',
4         source='ndrdump.c',
5         manpages='ndrdump.1',
6         deps='samba-hostconfig samba-util popt POPT_SAMBA ndr-table samba-errors NDR_DCERPC'
7         )