From 5363e40de13425938bc833ae2b6c1d9d565bcf65 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Wed, 13 Jul 2022 23:03:54 +0000 Subject: [PATCH] [reorg] update build files. --- src/Makefile.sources | 5 +++++ src/meson.build | 5 +++++ 2 files changed, 10 insertions(+) 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',