This file is an architecture independent data and should be where other databases are. This is the Xlib provided sample file, applications are free to use a different one specifying its location in the XCMSDB env variable.
Signed-off-by: Egbert Eich <[email protected]> --- src/xcms/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/xcms/Makefile.am b/src/xcms/Makefile.am index c6bc8e5..d147e23 100644 --- a/src/xcms/Makefile.am +++ b/src/xcms/Makefile.am @@ -85,7 +85,7 @@ libxcms_la_SOURCES = \ xyY.c \ Xcmsint.h -X11dir = $(libdir)/X11 +X11dir = $(X11_DATADIR) dist_X11_DATA = Xcms.txt -- 1.7.7 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
