s3: Update waf build to include missed dependancy on Lion.
[Samba/gebeck_regimport.git] / source3 / librpc / idl / wscript_build
blob949eecd7dd922cec4b2916a1e479909adce3a2fa
1 #!/usr/bin/env python
3 import os
5 topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
7 bld.SAMBA_PIDL_LIST('PIDL',
8 '''messaging.idl libnetapi.idl open_files.idl
9 perfcount.idl secrets.idl libnet_join.idl''',
10 options='--includedir=%s --header --ndr-parser' % topinclude,
11 output_dir='../gen_ndr')
13 bld.SAMBA_PIDL_LIST('PIDL',
14 'wbint.idl',
15 options='--includedir=%s --header --ndr-parser --samba3-ndr-server --client' % topinclude,
16 output_dir='../gen_ndr')