From 12688ed3865fcbfcd34dd5c1c4ab3ca3bfc63e42 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 13 Oct 2022 17:06:07 -0600 Subject: [PATCH] [glyf] Fix distcheck --- src/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.sources b/src/Makefile.sources index 10db3c151..5fc16a165 100644 --- a/src/Makefile.sources +++ b/src/Makefile.sources @@ -96,7 +96,9 @@ HB_BASE_sources = \ OT/glyf/Glyph.hh \ OT/glyf/GlyphHeader.hh \ OT/glyf/SimpleGlyph.hh \ + OT/glyf/composite-iter.hh \ OT/glyf/CompositeGlyph.hh \ + OT/glyf/VarCompositeGlyph.hh \ OT/glyf/SubsetGlyph.hh \ OT/Layout/types.hh \ OT/Layout/Common/Coverage.hh \