X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=480ff70becef0f077a284f1c4cb7ca4f996b1902;hb=a3e7cc9b3eb04ffb69fd73b47c06758f73316373;hp=5ce5340eced78a8d314fd3e95c6770e9880c5f29;hpb=2ea81652c976800ca839d09a5e933c730ba1ce63;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 5ce5340..480ff70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,22 +25,26 @@ xboard_SOURCES = backend.c backend.h backendz.h \ xengineoutput.c \ evalgraph.c evalgraph.h xevalgraph.c xevalgraph.h\ xgamelist.c xgamelist.h\ - xhistory.c xhistory.h \ + history.c xhistory.c xhistory.h \ xoptions.c \ filebrowser/selfile.c filebrowser/selfile.h \ filebrowser/draw.c filebrowser/path.c \ filebrowser/dir.c filebrowser/xstat.h \ $(ZPY) -xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ - +SUBDIRS = po +xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ @LIBINTL@ EXTRA_DIST = pixmaps bitmaps sounds winboard filebrowser/README \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop \ COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt readme.htm zippy.README \ - xboard.conf.in SHORTLOG DIFFSTAT history.c + xboard.conf.in SHORTLOG DIFFSTAT history.c ABOUT-NLS DISTCLEANFILES = stamp-h -AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' -DBITMAPDIR='"$(datadir)/games/xboard/bitmaps/default"' +AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' \ + -DBITMAPDIR='"$(datadir)/games/xboard/bitmaps/default"' \ + -DLOCALEDIR='"$(localedir)"' + +ACLOCAL_AMFLAGS = -I m4 info_TEXINFOS = xboard.texi xboard_TEXINFOS = copyright.texi @@ -137,7 +141,7 @@ dist_bitmaps_DATA = \ ### directory and files for pixmaps -pixmapsdir = $(datadir)/games/xboard/pixmaps/default +pixmapsdir = $(datadir)/games/xboard/pixmaps/textures dist_pixmaps_DATA = pixmaps/wood_d.xpm pixmaps/wood_l.xpm