blob: 96940a3bd1601fa56c29920132b8f8abd8169ec3 (
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-2012 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)
hdr_links = \
$(GD_SRC)/entities.h \
$(GD_SRC)/gd.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)/gdhelpers.h \
$(GD_SRC)/jisx0208.h \
$(GD_SRC)/wbmp.h
include $(top_srcdir)/../am/hdr_links.am
|