From 75b8c0524de04928ea8cf2c1c8859d6abd4d0459 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sat, 6 Jul 2013 19:23:13 +0200 Subject: fix pkgconfig dir https://github.com/mate-desktop/mate-icon-theme/issues/9 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 121400c..4bb32e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,7 @@ install-data-local: touch $(DESTDIR)$(themedir); \ fi -pkgconfigdir = $(datadir)/pkgconfig +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = mate-icon-theme.pc EXTRA_DIST = \ -- cgit v1.2.1