Cleanse back-end code of all references to X11 types
[xboard.git] / Makefile.am
index b56b362..4dfe409 100644 (file)
@@ -11,13 +11,11 @@ endif
 ### define sources for the front-end and backend
 
 GTKsources = xboard.c  xevalgraph.c  xgamelist.c \
-             xedittags.c xedittags.h \
              xhistory.c  xoptions.c  xboard.h  \
              xengineoutput.c  xevalgraph.h  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 \
@@ -37,7 +35,7 @@ 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 \