From 9ccd9699e5b6ad1a4995ebc243a31df2cc048b4c Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sun, 4 Apr 2010 01:05:41 +0200 Subject: [PATCH] Ship xproto.pc in $(datadir)/pkgconfig. There's nothing architecture-specific in there, let's ship it under /usr/share rather than under /usr/lib (or similar locations). Signed-off-by: Cyril Brulebois --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 26b9995..b74007d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ nodist_xproto_HEADERS = \ Xfuncproto.h \ Xpoll.h -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = xproto.pc -- 1.7.0.3