From 80c16b1f39402e8ce33600e5f297920a6d603090 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 27 Apr 2017 16:57:06 +0300 Subject: [PATCH] Fix installation of .pc files They go to prefix/pkgconfig/, not prefix/pkg-config. Upstream-Status: Submitted Signed-off-by: Alexander Kanavin --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 058690a..f9e9b7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,7 +107,7 @@ EXTRA_DIST += \ libs/parser/yconf.y.patch # libs/parser/kconfig-parser.pc generated by AC_CONFIG_FILES in configure.ac -pkgconfigdir = $(libdir)/pkg-config +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libs/parser/kconfig-parser.pc DISTCLEANFILES += libs/parser/kconfig-parser.pc EXTRA_DIST += libs/parser/kconfig-parser.pc.in -- 2.11.0