summaryrefslogtreecommitdiff
path: root/Build/source/libs/cairo/cairo/Makefile.am
blob: 231687453bc65485f281c02eaa3497d9053abce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Proxy Makefile.am to install cairo headers for TeX Live.
##
##   Copyright (C) 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.
##
CAIRO_SRC = $(top_srcdir)/$(CAIRO_TREE)
CAIRO_BLD = $(top_builddir)

hdr_links = \
	$(CAIRO_SRC)/src/cairo.h \
	$(CAIRO_SRC)/src/cairo-deprecated.h \
	$(CAIRO_BLD)/cairo-features.h \
	$(CAIRO_SRC)/cairo-version.h

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