s3-libads: Print the debug string of a failed call with LDAP_OTHER.
[Samba/bjacke.git] / source4 / librpc / idl / wscript_build
blob7e54e8dfa4e54a43d12444aad8b46095736208e8
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 source='''irpc.idl ntp_signd.idl
9 opendb.idl sasl_helpers.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')