X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=9d9c5529cf86493bcd275208fd0b1d30a7828a46;hb=12f5e5903b89d405f10521788b900d8added456f;hp=7b9577518a12d0758e3e21a6f387bf78d7f01ed8;hpb=b9c6b5e9fcd6321336ec28f25833530db79b928d;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 7b95775..9d9c552 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \ childio.c childio.h \ common.h \ frontend.h \ - gamelist.c \ + gamelist.c ngamelist.c \ gettext.h \ lists.c lists.h \ moves.c moves.h \ @@ -20,17 +20,15 @@ xboard_SOURCES = backend.c backend.h backendz.h \ pgntags.c \ uci.c \ 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 \ + nengineoutput.c xengineoutput.c \ evalgraph.c evalgraph.h xevalgraph.c xevalgraph.h\ xgamelist.c xgamelist.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 \ + xoptions.c dialogs.c dialogs.h \ $(ZPY) SUBDIRS = po xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ @LIBINTL@