X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=3cb4956076aaa051ab67a0efa8b80dd8a0f32c74;hb=b3272a37874cfe99409e5caef1547746cf5fd646;hp=e771fc8e532a80658579184f68f9ad812743fb40;hpb=aa694af0138b799c4de3e031d15c2a9be3112b6c;p=xboard.git diff --git a/Makefile.am b/Makefile.am index e771fc8..3cb4956 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ endif ### define sources for the front-end and backend -GTKsources = xboard.c xgamelist.c \ +GTKsources = xboard.c xtimer.c xgamelist.c \ xhistory.c xoptions.c xboard.h \ xengineoutput.c xgamelist.h \ xhistory.h @@ -52,7 +52,7 @@ if withGTK endif if withXaw xboard_SOURCES = $(backendsources) $(Xsources) - headers = -I xaw + headers = -I xaw -DX11 endif ###