Guenther
Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
bld.SAMBA_PIDL_LIST('PIDL',
'''
- libnet_join.idl
+ libnet_join.idl ads.idl
''',
options='--includedir=%s --includedir=%s --header --ndr-parser' % (topinclude, absinclude),
output_dir='../gen_ndr',
generate_tables=False)
-
-bld.SAMBA_PIDL_LIST('PIDL',
- '''
- ads.idl
- ''',
- options='--includedir=%s --includedir=%s --header --ndr-parser' % (topinclude, absinclude),
- output_dir='../gen_ndr')