diff options
Diffstat (limited to 'Build/source/libs/harfbuzz/Makefile.am')
-rw-r--r-- | Build/source/libs/harfbuzz/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/Makefile.am b/Build/source/libs/harfbuzz/Makefile.am index 5d8ce9852a0..6358f660d6f 100644 --- a/Build/source/libs/harfbuzz/Makefile.am +++ b/Build/source/libs/harfbuzz/Makefile.am @@ -44,8 +44,10 @@ libharfbuzz_a_SOURCES = \ @HARFBUZZ_TREE@/src/hb-face.cc \ @HARFBUZZ_TREE@/src/hb-font-private.hh \ @HARFBUZZ_TREE@/src/hb-font.cc \ + @HARFBUZZ_TREE@/src/hb-iter-private.hh \ @HARFBUZZ_TREE@/src/hb-map-private.hh \ @HARFBUZZ_TREE@/src/hb-map.cc \ + @HARFBUZZ_TREE@/src/hb-machinery-private.hh \ @HARFBUZZ_TREE@/src/hb-mutex-private.hh \ @HARFBUZZ_TREE@/src/hb-object-private.hh \ @HARFBUZZ_TREE@/src/hb-open-file-private.hh \ |