diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-06 22:43:35 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-06 22:43:35 +0000 |
commit | d623c14332c62516bd7dc9c32cda9a48c8f07dd9 (patch) | |
tree | 09192b43300dbc18cde5e2c3e32c18b768a117da /Build/source/libs/harfbuzz/Makefile.am | |
parent | 2fb851202b1da73113b967586b130f59ee5491dd (diff) |
hb-ft.{cc,h} no longer used
git-svn-id: svn://tug.org/texlive/trunk@29300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/Makefile.am')
-rw-r--r-- | Build/source/libs/harfbuzz/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Build/source/libs/harfbuzz/Makefile.am b/Build/source/libs/harfbuzz/Makefile.am index 462db90af56..734aafc4f8a 100644 --- a/Build/source/libs/harfbuzz/Makefile.am +++ b/Build/source/libs/harfbuzz/Makefile.am @@ -112,11 +112,6 @@ AM_CPPFLAGS += $(GRAPHITE2_INCLUDES) libharfbuzz_dependencies += $(GRAPHITE2_DEPEND) libharfbuzz_a_SOURCES += @HARFBUZZ_TREE@/src/hb-graphite2.cc -## FreeType 2 library -AM_CPPFLAGS += $(FREETYPE2_INCLUDES) -libharfbuzz_dependencies += $(FREETYPE2_DEPEND) -libharfbuzz_a_SOURCES += @HARFBUZZ_TREE@/src/hb-ft.cc - $(libharfbuzz_a_OBJECTS): config.force config.force: $(libharfbuzz_dependencies) @@ -129,8 +124,6 @@ DISTCLEANFILES = config.force @ICU_RULE@ ## Rebuild libgraphite2 @GRAPHITE2_RULE@ -## Rebuild libfreetype -@FREETYPE2_RULE@ ##if build ## check_PROGRAMS = |