diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-13 10:58:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-13 10:58:45 +0000 |
commit | fb979ffeb4807fe8fa0b5cb6475b16b0143e9820 (patch) | |
tree | 1ec3aa253a5aabadec40d193a98b6bb9a88c89da /Build/source/libs/libpng/include | |
parent | 1d17dfd705c41d6f5b901360f1aed681272d4373 (diff) |
libpng 1.5.2 - step 2
git-svn-id: svn://tug.org/texlive/trunk@22070 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/include')
-rw-r--r-- | Build/source/libs/libpng/include/Makefile.am | 5 | ||||
-rw-r--r-- | Build/source/libs/libpng/include/Makefile.in | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/libs/libpng/include/Makefile.am b/Build/source/libs/libpng/include/Makefile.am index 3b9461fc3cc..0c361096ecc 100644 --- a/Build/source/libs/libpng/include/Makefile.am +++ b/Build/source/libs/libpng/include/Makefile.am @@ -1,6 +1,6 @@ ## Proxy Makefile.am to install libpng headers for TeX Live. ## -## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009, 2011 Peter Breitenlohner <tex-live@tug.org> ## ## This file is free software; the copyright holder ## gives unlimited permission to copy and/or distribute it, @@ -10,7 +10,8 @@ LIBPNG_SRC = $(top_srcdir)/$(LIBPNG_TREE) LIBPNG_HDRS = \ $(LIBPNG_SRC)/png.h \ - $(LIBPNG_SRC)/pngconf.h + $(LIBPNG_SRC)/pngconf.h \ + $(LIBPNG_SRC)/pnglibconf.h all-local: @for file in $(LIBPNG_HDRS); do \ diff --git a/Build/source/libs/libpng/include/Makefile.in b/Build/source/libs/libpng/include/Makefile.in index a9666463ab7..1b3a1b93f0e 100644 --- a/Build/source/libs/libpng/include/Makefile.in +++ b/Build/source/libs/libpng/include/Makefile.in @@ -146,7 +146,8 @@ top_srcdir = @top_srcdir@ LIBPNG_SRC = $(top_srcdir)/$(LIBPNG_TREE) LIBPNG_HDRS = \ $(LIBPNG_SRC)/png.h \ - $(LIBPNG_SRC)/pngconf.h + $(LIBPNG_SRC)/pngconf.h \ + $(LIBPNG_SRC)/pnglibconf.h all: all-am |