From fe6fa8296e06450f3da7c985dda6af7ac087d336 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 13 Jul 2009 19:36:58 -0700 Subject: [PATCH] resolved conflict between Xt and Xaw libraries seems like we don't need to link against Xt. --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 580e36b..b72e3e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = xboard xboard_SOURCES = backend.c lists.c pgntags.c xedittags.c xhistory.c zippy.c childio.c moves.c uci.c xengineoutput.c xoptions.c gamelist.c parser.l xboard.c xgamelist.c book.c AM_CPPFLAGS=-DINFODIR='"$(infodir)"' -AM_LDFLAGS=-lXt -lm @XAW_LIBS@ +AM_LDFLAGS= -lm @XAW_LIBS@ info_TEXINFOS = copyright.texi xboard.texi man6_MANS = xboard.man -- 1.7.0.4