summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-10 20:12:11 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-20 19:40:53 -0800
commitba8d08a029c82aeb60b8c24fad76de8be288022b (patch)
treeab387e8871c33289ffec16b4b31d01791462c541
parent5c89f362c67dadd858f3001d5cc79a8cb86e4a3d (diff)
Install xbitmaps.pc to $(datadir)/pkgconfig instead of $(libdir)
The xbitmaps package consists entirely of X bitmap data files, which are platform-independent text files containing a C language format representation of the encoded bitmap image, which are installed to $(includedir)/X11/bitmaps so that programs can #include them into their sources at build time. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a89bbe..060112d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(datadir)/pkgconfig
pkgconfig_DATA = xbitmaps.pc
MAINTAINERCLEANFILES = ChangeLog INSTALL