projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2e85821
)
resolved conflict between Xt and Xaw libraries
author
Arun Persaud
<arun@nubati.net>
Tue, 14 Jul 2009 02:36:58 +0000 (19:36 -0700)
committer
Arun Persaud
<arun@nubati.net>
Tue, 14 Jul 2009 02:36:58 +0000 (19:36 -0700)
seems like we don't need to link against Xt.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
580e36b
..
b72e3e5
100644
(file)
--- 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