source: trunk/server/source4/librpc/idl/wscript_build

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 527 bytes
Line 
1#!/usr/bin/env python
2
3import os
4
5topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
6
7bld.SAMBA_PIDL_LIST('PIDL',
8 source='''irpc.idl nfs4acl.idl s4_notify.idl ntp_signd.idl
9 opendb.idl sasl_helpers.idl server_id4.idl winbind.idl
10 winsif.idl winsrepl.idl winstation.idl''',
11 options="--includedir=%s --header --ndr-parser --client --python --server" % topinclude,
12 output_dir='../gen_ndr')
Note: See TracBrowser for help on using the repository browser.