diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-27 12:51:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-27 12:51:04 +0000 |
commit | 6b6ece2c530bcad4d8fe6a8432ddb45015cf39d6 (patch) | |
tree | ae14f56698a42bb30fd353c0bc0cf52b4e4b2f43 /Build/source/texk/kpathsea/Makefile.am | |
parent | 2a5762d5a9cc772d2408efcff93bec4200f52ce1 (diff) |
texk/kpathsea: Add a pkgconfig (.pc) file
git-svn-id: svn://tug.org/texlive/trunk@34447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.am')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index ae78eee38d3..03c0cfab060 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -179,6 +179,10 @@ noinst_HEADERS = \ xopendir.h \ xstat.h +pkgconfigdir = ${libdir}/pkgconfig + +pkgconfig_DATA = kpathsea.pc + ## Handle backslash continuations, then null out comments and ## leading/trailing whitespace. An awk script does the rest. ## |