summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-04 13:11:31 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-04 13:11:31 +0000
commite820095ca870b45b0ce42d073f9eae53739b359c (patch)
treec1d334acc7439188c47976decd9788f38e11f98b /Build/source/libs/harfbuzz/Makefile.am
parente42ad852910fa40560d1ee5b20dac7de0583a076 (diff)
libs/graphite2: Added for future XeTeX
git-svn-id: svn://tug.org/texlive/trunk@28442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/Makefile.am')
-rw-r--r--Build/source/libs/harfbuzz/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/harfbuzz/Makefile.am b/Build/source/libs/harfbuzz/Makefile.am
index f2a6173732c..1e6bda6f792 100644
--- a/Build/source/libs/harfbuzz/Makefile.am
+++ b/Build/source/libs/harfbuzz/Makefile.am
@@ -104,9 +104,9 @@ libharfbuzz_dependencies += $(ICU_DEPEND)
libharfbuzz_a_SOURCES += $(HARFBUZZ_SRC)/hb-icu.cc
## Graphite library
-## not yet AM_CPPFLAGS += $(GRAPHITE2_INCLUDES)
-## not yet libharfbuzz_dependencies += $(GRAPHITE2_DEPEND)
-## not yet libharfbuzz_a_SOURCES += $(HARFBUZZ_SRC)/hb-graphite2.cc
+AM_CPPFLAGS += $(GRAPHITE2_INCLUDES)
+libharfbuzz_dependencies += $(GRAPHITE2_DEPEND)
+libharfbuzz_a_SOURCES += $(HARFBUZZ_SRC)/hb-graphite2.cc
## FreeType 2 library
AM_CPPFLAGS += $(FREETYPE2_INCLUDES)
@@ -124,7 +124,7 @@ DISTCLEANFILES = config.force
## Rebuild libsicuxxx
@ICU_RULE@
## Rebuild libgraphite2
-## not yet @GRAPHITE2_RULE@
+@GRAPHITE2_RULE@
## Rebuild libfreetype
@FREETYPE2_RULE@