X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=f8eb910bc904bc0da40f5948218758ead49abe63;hb=147ab93c8ab692229cb7d61131be719bc6e86fd2;hp=50cf922cad82fe63cb34c3a1fcad2e169cf30947;hpb=1ef32451a5a47bd36a6f9fe212a415793aef97e1;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 50cf922..f8eb910 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,7 +146,7 @@ dist_bitmaps_DATA = \ ### directory and files for pixmaps pixmapsdir = $(datadir)/games/xboard/pixmaps/textures -dist_pixmaps_DATA = pixmaps/wood_d.xpm pixmaps/wood_l.xpm +dist_pixmaps_DATA = pixmaps/wood_d.xpm pixmaps/wood_l.xpm pixmaps/cross32.xpm pixmaps/cross48.xpm pixmaps/board32.xpm pixmaps/board48.xpm ### directory and files for sound files @@ -197,7 +197,7 @@ endif uninstall-mime-database: if ENABLE_UPDATE_MIMEDB -if test -z "$(DESTDIR)" -a -n "$(XDG_MIME)" -a -n "$(XDG_DESKTOP_MENU)" -a -n "$(XDG_ICON_RESOURCE)" ; then \ - $(XDG-MIME) uninstall --mode system --novendor xboard.xml;\ + $(XDG_MIME) uninstall --mode system --novendor xboard.xml;\ $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-pgn-viewer.desktop;\ $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-fen-viewer.desktop;\ $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-tourney.desktop;\