diff options
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. ## |