Try to fix autotools build

This commit is contained in:
Matthias Clasen 2022-12-19 00:59:40 -05:00 committed by Behdad Esfahbod
parent 5ac218865a
commit 0800d1879c
2 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,8 @@ HB_BASE_sources = \
hb-ot-layout-common.hh \
hb-ot-layout-gdef-table.hh \
hb-ot-layout-gpos-table.hh \
hb-paint.cc \
hb-paint.hh \
hb-ot-layout-gsub-table.hh \
OT/glyf/glyf.hh \
OT/glyf/glyf-helpers.hh \
@ -291,6 +293,7 @@ HB_BASE_headers = \
hb-ot-shape.h \
hb-ot-var.h \
hb-ot.h \
hb-paint.h \
hb-set.h \
hb-shape-plan.h \
hb-shape.h \

View File

@ -2,6 +2,8 @@ HB_VIEW_sources = \
ansi-print.hh \
face-options.hh \
font-options.hh \
hb-cairo-utils.h \
hb-cairo-utils.c \
hb-view.cc \
helper-cairo-ansi.hh \
helper-cairo-ft.hh \