diff options
author | Adam Jackson <ajax@redhat.com> | 2009-12-14 17:05:10 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-12-14 17:05:10 -0500 |
commit | 862911eb71165c9409044986171b8ce2c1ec70b7 (patch) | |
tree | 667df5ed7a090c82e7aa823b54321f008b04fe73 /Makefile.am | |
parent | 03b04a6b5d61aafbd2705f7d29e58e0c92553a4a (diff) |
Install the .pc file in $(datadir)
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c1f7eb8..1e07014 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 = $(libdir)/pkgconfig +pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = xorg-macros.pc EXTRA_DIST = xorg-macros.pc.in |