X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=8ad5afc9e3453b91155c758693241be5442632fa;hb=c5e79d2e39fbafdeb7fac07906891d33b7a5363a;hp=e9d8ca8f739b4cfa9284fc5c0c357e3a93b12bb4;hpb=daf0fb324ca20ca54b49b1604dbc3d4ecf9ecf85;p=xboard.git diff --git a/Makefile.am b/Makefile.am index e9d8ca8..8ad5afc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,7 @@ DISTCLEANFILES = stamp-h GITVERSION=$(shell sh -c 'git describe --dirty --always 2>/dev/null') AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ @CAIRO_CFLAGS@ @FRONTEND_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' \ -DLOCALEDIR='"$(localedir)"' -DSVGDIR='"$(svgdir)"' -D__GIT_VERSION='"$(GITVERSION)"' \ - -DCONFIGURE_OPTIONS='"@CONFIGURE_OPTIONS@"' $(headers) + -DCONFIGURE_OPTIONS='"@CONFIGURE_OPTIONS@"' -DDATADIR='"$(datadir)/games/xboard"' $(headers) ACLOCAL_AMFLAGS = -I m4 @@ -176,6 +176,11 @@ dist_xiangqi_DATA = themes/xiangqi/BlackAdvisor.svg themes/xiangqi/WhiteAdvisor themes/xiangqi/BlackPawn.svg themes/xiangqi/WhitePawn.svg \ themes/xiangqi/BlackRook.svg themes/xiangqi/WhiteRook.svg +### directory and files for themes (and other) configuration files + +themesdir = $(datadir)/games/xboard/themes/conf +dist_themes_DATA = conf/shogi conf/xq conf/chu conf/ics conf/mini conf/mini.fen conf/sho conf/sho.fen + ### directory and files for pixmaps pixmapsdir = $(gamedatadir)/pixmaps/textures