diff --git a/src/Makefile.sources b/src/Makefile.sources index 4253426f3..5988ff575 100644 --- a/src/Makefile.sources +++ b/src/Makefile.sources @@ -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 \ diff --git a/util/Makefile.sources b/util/Makefile.sources index 628de050e..e17b4fda1 100644 --- a/util/Makefile.sources +++ b/util/Makefile.sources @@ -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 \