Skip to content
  • Ell's avatar
    */Makefile.am: add *marshal.h files to BUILT_SOURCES · a5102a7d
    Ell authored
    In subdirs containing a generated foomarshal.h header, add the
    generated sources to BUILT_SOURCES, so that they're generated
    before the rest of the source files are built.  Otherwise, since
    there is no rule specifying the dependency between the rest of the
    source files and foomarshal.h, and since foomarshal.h is not
    checked into git (and hence doesn't exist when doing a clean
    build), compilation of the said source files may fail if they're
    built before foomarshal.h is generated.
    a5102a7d