X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=f84d4bc22d77b8a5e8b2bcf817c71d3223949c3e;hb=262a1501c25d57e39848d21647e607c8319c2088;hp=580e36b5bf8c8e8fe5ade787dc0cfe1f3f5d6757;hpb=818559e1809acf08190dab5ff1602a2cb9b001f0;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 580e36b..f84d4bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,15 @@ + +if ZIPPY + ZPY = zippy.c +else + ZPY = +endif + 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 +xboard_SOURCES = backend.c lists.c pgntags.c xedittags.c xhistory.c $(ZPY) 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