source: vendor/current/librpc/tools/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 184 bytes
Line 
1#!/usr/bin/env python
2
3bld.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 )
Note: See TracBrowser for help on using the repository browser.