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 <[email protected]> --- Makefile.am | 2 +- 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 -- 1.7.3.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
