diff options
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 |