X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=f84d4bc22d77b8a5e8b2bcf817c71d3223949c3e;hb=262a1501c25d57e39848d21647e607c8319c2088;hp=b72e3e511a5aecf63c36ec720d819babc4a32e80;hpb=84786e5f06126838b5a38acc7fe7f8758ec44422;p=xboard.git diff --git a/Makefile.am b/Makefile.am index b72e3e5..f84d4bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,12 @@ + +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= -lm @XAW_LIBS@