From 13746993fabab7815d8a82af943bbcf0e459427f Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Wed, 12 Jul 2006 15:24:34 +0000 Subject: added support for freetype2 in configure and make files in top-level source and source/libs git-svn-id: svn://tug.org/texlive/trunk@1817 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Build/source/Makefile.in') diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 9b94eae9ea7..546ecd20205 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -38,6 +38,7 @@ LIBTYPE1DIR=$(LIBT1DIR)/../type1 LIBXPDFDIR=libs/xpdf GDDIR=libs/gd FREETYPEDIR=libs/freetype +FREETYPE2DIR=libs/freetype2 # Subdirectories that have makefiles ESUBDIRS = @ESUBDIRS@ texk @@ -166,6 +167,8 @@ $(GDDIR)/libgd.a: cd $(GDDIR); $(MAKE) libgd.a $(FREETYPEDIR)/lib/.libs/libttf.a: cd $(FREETYPEDIR); $(MAKE) +$(FREETYPE2DIR)/.libs/libfreetype.a: + cd $(FREETYPE2DIR); $(MAKE) # Prevent GNU make v3 from overflowing arg limit on SysV. .NOEXPORT: -- cgit v1.2.3