diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-12 10:38:02 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-12 10:38:02 +0000 |
commit | 68fdfb450dcbd81d3813d92f48dfe7cf55a6e19f (patch) | |
tree | 8abb6a84665dec55b702339932b334a8aaea0b98 /Build/source/libs/gd/Makefile.am | |
parent | 6468a65dfedcdaa073d1ac16832fcf4c665f0e41 (diff) |
build system: libs/freetype2/ and libs/gd/
git-svn-id: svn://tug.org/texlive/trunk@16684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/Makefile.am')
-rw-r--r-- | Build/source/libs/gd/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/libs/gd/Makefile.am b/Build/source/libs/gd/Makefile.am index 8da47ee00fe..3de2e7a401c 100644 --- a/Build/source/libs/gd/Makefile.am +++ b/Build/source/libs/gd/Makefile.am @@ -1,6 +1,6 @@ ## Proxy Makefile.am to build libpng for TeX Live. ## -## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> ## ## This file is free software; the copyright holder ## gives unlimited permission to copy and/or distribute it, @@ -41,7 +41,7 @@ dist-hook: SUBDIRS = include -INCLUDES = -I$(top_srcdir)/$(GD_TREE) $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) +INCLUDES = -I$(top_srcdir)/$(GD_TREE) $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) $(FREETYPE2_INCLUDES) noinst_LIBRARIES=libgd.a @@ -77,7 +77,7 @@ nodist_libgd_a_SOURCES = \ $(libgd_a_OBJECTS): config.force -config.force: $(ZLIB_DEPEND) $(LIBPNG_DEPEND) +config.force: $(ZLIB_DEPEND) $(LIBPNG_DEPEND) $(FREETYPE2_DEPEND) echo timestamp >config.force $(SHELL) ./config.status --recheck @@ -87,4 +87,6 @@ DISTCLEANFILES = config.force @ZLIB_RULE@ ## Rebuild libpng @LIBPNG_RULE@ +## Rebuild libfreetype +@FREETYPE2_RULE@ |