beta-0.89.2
[luatex.git] / source / libs / libpng / include / Makefile.am
blob35797c9eec050a8ce7e8eceb78f23a222afc13d4
1 ## Proxy Makefile.am to install libpng headers for TeX Live.
2 ##
3 ##   Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
4 ##
5 ##   This file is free software; the copyright holder
6 ##   gives unlimited permission to copy and/or distribute it,
7 ##   with or without modifications, as long as this notice is preserved.
8 ##
9 LIBPNG_SRC = $(top_srcdir)/$(LIBPNG_TREE)
11 hdr_links = \
12         $(LIBPNG_SRC)/png.h \
13         $(LIBPNG_SRC)/pngconf.h \
14         $(LIBPNG_SRC)/pnglibconf.h
16 include $(top_srcdir)/../../am/hdr_links.am