waf: Make waf handle IDL files from Samba3
authorAndrew Bartlett <abartlet@samba.org>
Wed, 5 May 2010 02:40:20 +0000 (12:40 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 14 May 2010 13:25:45 +0000 (23:25 +1000)
commit79bd6a6764079e982fb7e1ba1c24a9037e126175
treeffc73e627b1e6f7cb7a5d9477490e6187bb83f4c
parent9de745fd5327901846c9b8c6533b7e8156d71a30
waf: Make waf handle IDL files from Samba3

For s3compat, we need to handle IDL files not in the current directory
(so the incoming file names have a directory prefix - so we must use
os.path.basename()).

We also need to be able to disable the addition of some IDL files into
the tables.c/tables.h - some of the Samba3 IDL files are in conflict
with Samba4.

Andrew Bartlett
buildtools/wafsamba/samba_pidl.py