Fix autotools build

pull/3938/head
Behdad Esfahbod 2 years ago
parent 0757519092
commit b4cab86d94
  1. 1
      src/Makefile.sources
  2. 1
      src/harfbuzz-subset.cc
  3. 1
      src/harfbuzz.cc

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

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

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

Loading…
Cancel
Save