beta-0.89.2
[luatex.git] / source / libs / luajit / include / Makefile.am
blob6634fd88b19d93c4081b6eea695ca8b28268dd55
1 ## Proxy Makefile.am to install luajit headers for TeX Live.
2 ##
3 ##   Copyright (C) 2014 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 LUAJIT_SRC = $(top_srcdir)/$(LUAJIT_TREE)/src
11 hdr_links = \
12         $(LUAJIT_SRC)/lauxlib.h \
13         $(LUAJIT_SRC)/lj_arch.h \
14         $(LUAJIT_SRC)/lj_def.h \
15         $(LUAJIT_SRC)/lj_obj.h \
16         $(LUAJIT_SRC)/lj_state.h \
17         $(LUAJIT_SRC)/lua.h \
18         $(LUAJIT_SRC)/luaconf.h \
19         $(LUAJIT_SRC)/luajit.h \
20         $(LUAJIT_SRC)/lualib.h
22 include $(top_srcdir)/../../am/hdr_links.am