diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2022-04-03 22:28:02 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2022-04-03 22:28:02 +0000 |
commit | eb04a90ed55d30b8ab8eb05798a8077975e098e1 (patch) | |
tree | 4236cf6973cd50954981b955edd02b8174fc8387 /Build/source/libs/harfbuzz/Makefile.am | |
parent | 667ed445792613a39df20686582bb5d167317779 (diff) |
harfbuzz 4.2.0
git-svn-id: svn://tug.org/texlive/trunk@62894 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/Makefile.am')
-rw-r--r-- | Build/source/libs/harfbuzz/Makefile.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/Makefile.am b/Build/source/libs/harfbuzz/Makefile.am index 603d644a3df..25d7b9f1175 100644 --- a/Build/source/libs/harfbuzz/Makefile.am +++ b/Build/source/libs/harfbuzz/Makefile.am @@ -133,6 +133,7 @@ libharfbuzz_a_SOURCES = \ @HARFBUZZ_TREE@/src/hb-subset-cff2.cc \ @HARFBUZZ_TREE@/src/hb-subset-cff2.hh \ @HARFBUZZ_TREE@/src/hb-subset-input.hh \ + @HARFBUZZ_TREE@/src/hb-subset-repacker.cc \ @HARFBUZZ_TREE@/src/hb-subset.hh \ @HARFBUZZ_TREE@/src/hb-ucd-table.hh \ @HARFBUZZ_TREE@/src/hb-ucd.cc \ @@ -227,6 +228,30 @@ libharfbuzz_a_SOURCES += \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-khmer-machine.hh \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-myanmar-machine.hh \ @HARFBUZZ_TREE@/src/hb-ot-shape-complex-use-machine.hh +## +libharfbuzz_a_SOURCES += \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/Common.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/Sequence.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/SingleSubstFormat1.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/SingleSubstFormat2.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/SingleSubst.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/MultipleSubstFormat1.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/MultipleSubst.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/AlternateSubstFormat1.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/AlternateSubst.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/AlternateSet.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/LigatureSubstFormat1.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/LigatureSubst.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/LigatureSet.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/Ligature.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/ReverseChainSingleSubst.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/ContextSubst.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/ChainContextSubst.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/ExtensionSubst.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/SubstLookupSubTable.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/SubstLookup.hh \ + @HARFBUZZ_TREE@/src/OT/Layout/GSUB/GSUB.hh ## Graphite library AM_CPPFLAGS += $(GRAPHITE2_INCLUDES) |