Fix autotools build
This commit is contained in:
parent
0757519092
commit
b4cab86d94
|
@ -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 \
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue