X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=e771fc8e532a80658579184f68f9ad812743fb40;hb=aa694af0138b799c4de3e031d15c2a9be3112b6c;hp=b56b362c28e29fa51d8941dc82b9c948a4e9032d;hpb=8a0368b7169965529802961fbd16fdfacf3c639d;p=xboard.git diff --git a/Makefile.am b/Makefile.am index b56b362..e771fc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,16 +10,13 @@ endif ### define sources for the front-end and backend -GTKsources = xboard.c xevalgraph.c xgamelist.c \ - xedittags.c xedittags.h \ +GTKsources = xboard.c xgamelist.c \ xhistory.c xoptions.c xboard.h \ - xengineoutput.c xevalgraph.h xgamelist.h \ + xengineoutput.c xgamelist.h \ xhistory.h Xsources = xaw/xboard.c xaw/xboard.h \ - xaw/xedittags.c xaw/xedittags.h \ xaw/xengineoutput.c \ - xaw/xevalgraph.c xaw/xevalgraph.h \ xaw/xgamelist.c xaw/xgamelist.h \ xaw/xhistory.c xaw/xhistory.h \ xaw/xoptions.c @@ -37,12 +34,12 @@ backendsources = backend.c backend.h backendz.h \ parser.c parser.h \ pgntags.c \ uci.c \ - args.h \ + args.h xboard2.h \ board.c board.h \ draw.c draw.h \ dialogs.c dialogs.h \ engineoutput.c nengineoutput.c engineoutput.h \ - evalgraph.c evalgraph.h \ + evalgraph.c nevalgraph.c evalgraph.h \ history.c nhistory.c \ menus.c menus.h \ usounds.c usystem.c usystem.h \