X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=3cb4956076aaa051ab67a0efa8b80dd8a0f32c74;hb=ad2b3cdfb2502c0cded2425a6fd1dd6f87b6c97e;hp=d86aba3903e97f1103704e666bdd0c5f68c4a3d2;hpb=afc3422299e8e3b788b09c807abeb2474b092129;p=xboard.git diff --git a/Makefile.am b/Makefile.am index d86aba3..3cb4956 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,15 +10,13 @@ endif ### define sources for the front-end and backend -GTKsources = xboard.c xevalgraph.c xgamelist.c \ +GTKsources = xboard.c xtimer.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 @@ -36,13 +34,13 @@ 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 \ - history.c \ + evalgraph.c nevalgraph.c evalgraph.h \ + history.c nhistory.c \ menus.c menus.h \ usounds.c usystem.c usystem.h \ $(ZPY) @@ -54,7 +52,7 @@ if withGTK endif if withXaw xboard_SOURCES = $(backendsources) $(Xsources) - headers = -I xaw + headers = -I xaw -DX11 endif ###