diff --git a/src/Makefile.sources b/src/Makefile.sources index 81ddc246c..fbf9b9be8 100644 --- a/src/Makefile.sources +++ b/src/Makefile.sources @@ -97,6 +97,11 @@ HB_BASE_sources = \ OT/glyf/SimpleGlyph.hh \ OT/glyf/CompositeGlyph.hh \ OT/glyf/SubsetGlyph.hh \ + OT/Layout/types.hh \ + OT/Layout/Common/Coverage.hh \ + OT/Layout/Common/CoverageFormat1.hh \ + OT/Layout/Common/CoverageFormat2.hh \ + OT/Layout/Common/RangeRecord.hh \ OT/Layout/GPOS/AnchorFormat1.hh \ OT/Layout/GPOS/AnchorFormat2.hh \ OT/Layout/GPOS/AnchorFormat3.hh \ diff --git a/src/meson.build b/src/meson.build index 4e8c786ae..19fafc965 100644 --- a/src/meson.build +++ b/src/meson.build @@ -101,6 +101,11 @@ hb_base_sources = files( 'OT/glyf/SimpleGlyph.hh', 'OT/glyf/CompositeGlyph.hh', 'OT/glyf/SubsetGlyph.hh', + 'OT/Layout/types.hh', + 'OT/Layout/Common/Coverage.hh', + 'OT/Layout/Common/CoverageFormat1.hh', + 'OT/Layout/Common/CoverageFormat2.hh', + 'OT/Layout/Common/RangeRecord.hh', 'OT/Layout/GPOS/AnchorFormat1.hh', 'OT/Layout/GPOS/AnchorFormat2.hh', 'OT/Layout/GPOS/AnchorFormat3.hh',