X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=96aebbab12ff36603b652b598f58c79af788d53e;hb=0d88b7c20af19de163b648898ec8d3ed4c31d796;hp=3cb4956076aaa051ab67a0efa8b80dd8a0f32c74;hpb=4448222ea4dc2327eaf6338a19160842278229a9;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 3cb4956..96aebba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,10 +10,9 @@ endif ### define sources for the front-end and backend -GTKsources = xboard.c xtimer.c xgamelist.c \ - xhistory.c xoptions.c xboard.h \ - xengineoutput.c xgamelist.h \ - xhistory.h +GTKsources = gtk/xboard.c gtk/xboard.h \ + gtk/xoptions.c gtk/xtimer.c \ + gtk/xengineoutput.c Xsources = xaw/xboard.c xaw/xboard.h \ xaw/xengineoutput.c \ @@ -49,6 +48,7 @@ backendsources = backend.c backend.h backendz.h \ if withGTK xboard_SOURCES = $(backendsources) $(GTKsources) + headers = -I gtk endif if withXaw xboard_SOURCES = $(backendsources) $(Xsources)