diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-25 14:24:33 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-25 14:24:33 +0000 |
commit | 14c641fc12687352471d2869caf1bf5cfc07175b (patch) | |
tree | a5ba96a4fe2c37b9f5ac620ab05e230d8b96cef1 /Build/source/texk/kpathsea/Makefile.am | |
parent | 430efa0c135593351e9f1c80cc11bcabc6690ed3 (diff) |
add <kpathsea/version.h> header file
git-svn-id: svn://tug.org/texlive/trunk@13960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.am')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index 331db788168..d80fff94c13 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -148,6 +148,7 @@ kpseinclude_HEADERS = \ truncate.h \ types.h \ variable.h \ + version.h \ xopendir.h \ xstat.h @@ -212,7 +213,7 @@ stamp-paths: texmf.cnf rm -f paths.tmp date >$@ -kpathsea.h: paths.h +kpathsea.h: Makefile paths.h rm -f $@ echo '/* This is a generated file */' >$@ echo '/* collecting all kpathsea headers. */' >>$@ |