diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.in | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index a1647ec24e8..acb0a870e7a 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2017-03-14 Karl Berry <karl@tug.org> + + * Makefile.am (kpseinclude_HEADERS): add c-auto.h. Report from + Ken Brown on tldistro, 14 Mar 2017 12:16:56. + 2017-03-02 Karl Berry <karl@tug.org> * texmf.cnf (TEXINPUTS.luajitlatex): add, same as lualatex. diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index 72dc25f1113..e67f4cce32b 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -1,6 +1,8 @@ +## $Id$ ## Makefile.am for the TeX Live subdirectory texk/kpathsea/ ## -## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2017 Karl Berry <tex-live@tug.org> +## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## SUBDIRS = . doc man @@ -114,7 +116,7 @@ nodist_kpseinclude_HEADERS = \ kpathsea.h \ paths.h -kpseinclude_HEADERS = config.h $(direct_headers) $(indirect_headers) +kpseinclude_HEADERS = config.h c-auto.h $(direct_headers) $(indirect_headers) kpselibdir = ${libdir}/kpathsea diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index c98493524a0..7802aa59a0f 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -720,7 +720,7 @@ nodist_kpseinclude_HEADERS = \ kpathsea.h \ paths.h -kpseinclude_HEADERS = config.h $(direct_headers) $(indirect_headers) +kpseinclude_HEADERS = config.h c-auto.h $(direct_headers) $(indirect_headers) kpselibdir = ${libdir}/kpathsea nodist_kpselib_HEADERS = \ c-auto.h |