summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/include/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-24 09:01:02 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-24 09:01:02 +0000
commitcd573af8ce5db24aae95c942b2ba505ca0a3338f (patch)
treeac38fcc8f72bccacd785ca6f74835e1f976334e1 /Build/source/libs/gd/include/Makefile.am
parent6c998f4d3d5f21632bc1d2c87073afa9e6b9fc70 (diff)
gd 2.1.0-rc1 (libgd)
git-svn-id: svn://tug.org/texlive/trunk@30886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/include/Makefile.am')
-rw-r--r--Build/source/libs/gd/include/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/libs/gd/include/Makefile.am b/Build/source/libs/gd/include/Makefile.am
index 96940a3bd16..35efdc31300 100644
--- a/Build/source/libs/gd/include/Makefile.am
+++ b/Build/source/libs/gd/include/Makefile.am
@@ -1,16 +1,18 @@
## Proxy Makefile.am to install headers headers for TeX Live.
##
-## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
## with or without modifications, as long as this notice is preserved.
##
-GD_SRC = $(top_srcdir)/$(GD_TREE)
+GD_SRC = $(top_srcdir)/$(GD_TREE)/src
hdr_links = \
$(GD_SRC)/entities.h \
$(GD_SRC)/gd.h \
+ $(GD_SRC)/gd_color_map.h \
+ $(GD_SRC)/gd_errors.h \
$(GD_SRC)/gd_io.h \
$(GD_SRC)/gdcache.h \
$(GD_SRC)/gdfontg.h \
@@ -19,9 +21,7 @@ hdr_links = \
$(GD_SRC)/gdfonts.h \
$(GD_SRC)/gdfontt.h \
$(GD_SRC)/gdfx.h \
- $(GD_SRC)/gdhelpers.h \
- $(GD_SRC)/jisx0208.h \
- $(GD_SRC)/wbmp.h
+ $(GD_SRC)/gdpp.h
include $(top_srcdir)/../am/hdr_links.am