diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-07-12 15:24:34 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-07-12 15:24:34 +0000 |
commit | 13746993fabab7815d8a82af943bbcf0e459427f (patch) | |
tree | 98523874a70986d150df2f47df939d4ce2686302 /Build/source/Makefile.in | |
parent | 97b1d2b38d968df15b1c26d4c4fc3a44ac071d6c (diff) |
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
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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: |