Skip to content

Fix source reproducibility

Joshua Watt requested to merge jpewhacker/at-spi2-core:reproducible into master

The generated enum type files can be included in source packages meant for debugging, and thus need to be reproducible. Replace the absolute include of the header with the basename. This is sufficient because the target include files are always in the include path anyway.

Signed-off-by: Joshua Watt JPEWhacker@gmail.com

Merge request reports