diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-07-28 08:29:07 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-07-28 08:29:07 +0000 |
commit | 83c64f10045f775f72283696d986a0311454a453 (patch) | |
tree | 0b2728f0a744630b827ff85607362d3e0820aa93 /Build/source/libs/harfbuzz/Makefile.am | |
parent | f26301cb391fc31102a4abea7bb7468019d0fe58 (diff) |
harfbuzz 1.0.1
git-svn-id: svn://tug.org/texlive/trunk@37977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/Makefile.am')
-rw-r--r-- | Build/source/libs/harfbuzz/Makefile.am | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Build/source/libs/harfbuzz/Makefile.am b/Build/source/libs/harfbuzz/Makefile.am index 9ee8c72afa5..eab4d365a76 100644 --- a/Build/source/libs/harfbuzz/Makefile.am +++ b/Build/source/libs/harfbuzz/Makefile.am @@ -85,6 +85,7 @@ libharfbuzz_a_SOURCES += \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-arabic.cc \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-arabic-fallback.hh \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-arabic-table.hh \ + @HARFBUZZ_TREE@/src/hb-ot-shape-complex-arabic-private.hh \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-default.cc \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-hangul.cc \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-hebrew.cc \ @@ -94,15 +95,17 @@ libharfbuzz_a_SOURCES += \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-indic-table.cc \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-myanmar.cc \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-myanmar-machine.hh \ - @HARFBUZZ_TREE@/src/hb-ot-shape-complex-sea.cc \ - @HARFBUZZ_TREE@/src/hb-ot-shape-complex-sea-machine.hh \ + @HARFBUZZ_TREE@/src/hb-ot-shape-complex-private.hh \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-thai.cc \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-tibetan.cc \ - @HARFBUZZ_TREE@/src/hb-ot-shape-complex-private.hh \ - @HARFBUZZ_TREE@/src/hb-ot-shape-normalize-private.hh \ - @HARFBUZZ_TREE@/src/hb-ot-shape-normalize.cc \ - @HARFBUZZ_TREE@/src/hb-ot-shape-fallback-private.hh \ + @HARFBUZZ_TREE@/src/hb-ot-shape-complex-use.cc \ + @HARFBUZZ_TREE@/src/hb-ot-shape-complex-use-machine.hh \ + @HARFBUZZ_TREE@/src/hb-ot-shape-complex-use-private.hh \ + @HARFBUZZ_TREE@/src/hb-ot-shape-complex-use-table.cc \ @HARFBUZZ_TREE@/src/hb-ot-shape-fallback.cc \ + @HARFBUZZ_TREE@/src/hb-ot-shape-fallback-private.hh \ + @HARFBUZZ_TREE@/src/hb-ot-shape-normalize.cc \ + @HARFBUZZ_TREE@/src/hb-ot-shape-normalize-private.hh \ @HARFBUZZ_TREE@/src/hb-ot-shape-private.hh ## ICU library |