summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/include/Makefile.am
blob: 35efdc3130043cfa431780644fdad1838ff25485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Proxy Makefile.am to install headers headers for TeX Live.
##
##   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)/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 \
	$(GD_SRC)/gdfontl.h \
	$(GD_SRC)/gdfontmb.h \
	$(GD_SRC)/gdfonts.h \
	$(GD_SRC)/gdfontt.h \
	$(GD_SRC)/gdfx.h \
	$(GD_SRC)/gdpp.h

include $(top_srcdir)/../am/hdr_links.am