On Thu, 6 Aug 2020 at 20:25, Paolo Bonzini <pbonz...@redhat.com> wrote: > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > ---
What's the rationale for this ? ".inc.c" is the project's standard naming convention for files which aren't headers but which are lumps of C code #included into a top level .c file. The .inc.c deliberately ends '.c' because that way editors will use the right syntax highlighting for the file. It would be much better if Meson could cope with our standard naming convention rather than forcing us to change it. thanks -- PMM