X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=f9b6398e6e38c243cf2f5f7aabe121d9f9e86f2a;hb=29cdb3df264381034a99c132554295d4e4deb1e6;hp=2698934ac4ffed4f37bfd6c74c9283177f74fa70;hpb=9b93c56413c190867dcb80632ed8f41a1955f75d;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 2698934..f9b6398 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \ gettext.h \ lists.c lists.h \ moves.c moves.h \ - parser.l parser.h \ + parser.c parser.h \ pgntags.c \ uci.c \ xboard.c xboard.h args.h \ @@ -36,7 +36,7 @@ xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ EXTRA_DIST = pixmaps bitmaps winboard sounds 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 + xboard.conf.in SHORTLOG DIFFSTAT history.c DISTCLEANFILES = stamp-h @@ -66,15 +66,15 @@ Applicationsdir = $(datadir)/applications Applications_DATA = xboard.desktop -### directory and files to be used as bitmaps +### directory and files for pixmaps -bitmapdir = $(datadir)/games/xboard/ -dist_bitmap_DATA = pixmaps/wood_d.xpm pixmaps/wood_l.xpm +pixmapsdir = $(datadir)/games/xboard/pixmaps/default +dist_pixmaps_DATA = pixmaps/wood_d.xpm pixmaps/wood_l.xpm ### set correct dir in xboard.conf -edit = sed -e 's|@bitmapdir[@]|$(bitmapdir)|g' +edit = sed -e 's|@pixmapsdir[@]|$(pixmapsdir)|g' xboard.conf: Makefile $(srcdir)/xboard.conf.in @echo ' 'GEN ' ' $@;