From 64e61146ecf6cde01a72d95f905f8d3790b78b58 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 30 Nov 2009 20:00:31 -0800 Subject: Install .pc file in $libdir where it belongs (not $datadir). The .pc file was previously being installed in ${prefix}/share/pkgconfig but all other modules install their .pc files to ${prefix}/lib/pkgconfig --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1e07014..c1f7eb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ dist_doc_DATA = INSTALL install-data-hook: rm -f $(DESTDIR)$(aclocaldir)/xorgversion.m4 -pkgconfigdir = $(datadir)/pkgconfig +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-macros.pc EXTRA_DIST = xorg-macros.pc.in -- cgit v1.2.3