X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=19355794df4f32444cf07e78d8eb7b8cb7f410e2;hb=02de46755f727ffb565f7c855f37c344eee925ff;hp=50cf922cad82fe63cb34c3a1fcad2e169cf30947;hpb=1ef32451a5a47bd36a6f9fe212a415793aef97e1;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 50cf922..1935579 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,14 +19,16 @@ xboard_SOURCES = backend.c backend.h backendz.h \ parser.c parser.h \ pgntags.c \ uci.c \ - xboard.c xboard.h args.h \ + xboard.c xboard.h args.h menus.c menus.h \ + usounds.c usystem.c usystem.h \ + board.c board.h \ xedittags.c xedittags.h \ engineoutput.c engineoutput.h \ xengineoutput.c \ evalgraph.c evalgraph.h xevalgraph.c xevalgraph.h\ xgamelist.c xgamelist.h\ history.c xhistory.c xhistory.h \ - xoptions.c \ + xoptions.c dialogs.c dialogs.h \ filebrowser/selfile.c filebrowser/selfile.h \ filebrowser/draw.c filebrowser/path.c \ filebrowser/dir.c filebrowser/xstat.h \ @@ -146,7 +148,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 +199,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;\