Skip to content
  • Jon Turney's avatar
    meson: Add dependency on generated code fragments in hw/xwin/glx/ · 3265d0c8
    Jon Turney authored and Adam Jackson's avatar Adam Jackson committed
    
    
    Somehow I'd managed to write this with this dependency missing, so this only
    works correctly when the generated files already exist and the correct
    automatic dependencies generated, but fails on a clean build.
    
    Including generated files with a .c extension into the sources for a target
    causes meson to want to compile them (and it seems to be hard to say "make
    the directory containing this generated file available to include").
    
    So, change the extension of included generated C fragments to .ic
    
    Update the autotools build to align.
    
    Signed-off-by: default avatarJon Turney <jon.turney@dronecode.org.uk>
    3265d0c8