diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 11:25:58 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 11:25:58 +0000 |
commit | b3500af8f475211c508744d8685510d9780b8045 (patch) | |
tree | 71978074c0861a679c99805848e43b68bf471d8e /Build/source/texk/web2c/luatexdir/am/libluatex.am | |
parent | a2abec3329d1437cb6c7b309325d64f65ddb962f (diff) |
LuaTeX and Mpost: Move texk/luatexdir/lua52 => libs/lua52
git-svn-id: svn://tug.org/texlive/trunk@30900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am/libluatex.am')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/am/libluatex.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/am/libluatex.am b/Build/source/texk/web2c/luatexdir/am/libluatex.am index f82b83e4d01..2e39a3b266a 100644 --- a/Build/source/texk/web2c/luatexdir/am/libluatex.am +++ b/Build/source/texk/web2c/luatexdir/am/libluatex.am @@ -3,6 +3,12 @@ ## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. +## liblua52 +## +LUA_INCLUDES = $(LUA52_INCLUDES) $(LUA52_DEFINES) +LUA_LIBS = $(LUA52_LIBS) +LUA_DEPEND = $(LUA52_DEPEND) + ## libluatex ## EXTRA_LIBRARIES += libluatex.a |