updated some icons to SVG
[xboard.git] / Makefile.am
index e771fc8..3cb4956 100644 (file)
@@ -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
 
 ###