diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-30 10:07:58 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-30 10:07:58 +0000 |
commit | 976a0eabadfa4c8e9599ae3b37442eac22d12b63 (patch) | |
tree | 906f2d2f7a5d0956b0da310db757c66af691d9f9 /Build/source/texk/web2c/luatexdir/am | |
parent | eb80ce0b494df66ea8b34b0c641714827fcd945e (diff) |
luaTeX: Avoid using asprintf()
git-svn-id: svn://tug.org/texlive/trunk@27245 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/am/libluatex.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/am/libluatex.am b/Build/source/texk/web2c/luatexdir/am/libluatex.am index 6bc4c2a8727..26e6c50d8db 100644 --- a/Build/source/texk/web2c/luatexdir/am/libluatex.am +++ b/Build/source/texk/web2c/luatexdir/am/libluatex.am @@ -1,6 +1,6 @@ ## texk/web2c/luatexdir/am/libluatex.am: Makefile fragment for libluatex. ## -## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## libluatex @@ -22,7 +22,9 @@ libluatex_web = nodist_libluatex_a_SOURCES = -libluatex_a_SOURCES = luatexdir/luatex.h +libluatex_a_SOURCES = \ + luatexdir/luatex.h \ + luatexdir/luatex-common.h ## from luatexdir/dvi ## |