Fix autotools build

This commit is contained in:
Behdad Esfahbod 2022-12-16 14:58:39 -07:00
parent 0757519092
commit b4cab86d94
3 changed files with 1 additions and 2 deletions

View File

@ -69,6 +69,7 @@ HB_BASE_sources = \
hb-ot-cmap-table.hh \ hb-ot-cmap-table.hh \
hb-ot-color-cbdt-table.hh \ hb-ot-color-cbdt-table.hh \
hb-ot-color-colr-table.hh \ hb-ot-color-colr-table.hh \
hb-ot-color-colr-table.cc \
hb-ot-color-cpal-table.hh \ hb-ot-color-cpal-table.hh \
hb-ot-color-sbix-table.hh \ hb-ot-color-sbix-table.hh \
hb-ot-color-svg-table.hh \ hb-ot-color-svg-table.hh \

View File

@ -41,7 +41,6 @@
#include "hb-ot-shaper-vowel-constraints.cc" #include "hb-ot-shaper-vowel-constraints.cc"
#include "hb-ot-tag.cc" #include "hb-ot-tag.cc"
#include "hb-ot-var.cc" #include "hb-ot-var.cc"
#include "hb-paint.cc"
#include "hb-set.cc" #include "hb-set.cc"
#include "hb-shape-plan.cc" #include "hb-shape-plan.cc"
#include "hb-shape.cc" #include "hb-shape.cc"

View File

@ -46,7 +46,6 @@
#include "hb-ot-shaper-vowel-constraints.cc" #include "hb-ot-shaper-vowel-constraints.cc"
#include "hb-ot-tag.cc" #include "hb-ot-tag.cc"
#include "hb-ot-var.cc" #include "hb-ot-var.cc"
#include "hb-paint.cc"
#include "hb-set.cc" #include "hb-set.cc"
#include "hb-shape-plan.cc" #include "hb-shape-plan.cc"
#include "hb-shape.cc" #include "hb-shape.cc"