beta-0.89.2
[luatex.git] / source / libs / zlib / include / Makefile.am
blob97c40ab1a829c99acd33a7e32ba387456ecaa718
1 ## Proxy Makefile.am to install zlib 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 ZLIB_SRC = $(top_srcdir)/$(ZLIB_TREE)
10 ZLIB_BLD = $(top_builddir)
12 hdr_links = \
13         $(ZLIB_SRC)/zlib.h \
14         $(ZLIB_BLD)/zconf.h
16 include $(top_srcdir)/../../am/hdr_links.am