mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
79bd6a6764
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