summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/wscript_build
blob: 4ad30385f5543db792c5d42fe1a652a2b3b353f9 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

bld.SAMBA_PIDL_LIST('PIDL',
                    source='''irpc.idl nfs4acl.idl s4_notify.idl ntp_signd.idl
                              opendb.idl sasl_helpers.idl server_id.idl winbind.idl
                              winsif.idl winsrepl.idl winstation.idl''',
                    options="--includedir=../librpc/idl --header --ndr-parser --client --python --server",
                    output_dir='../gen_ndr')