From 998b7c7246b5f2e96db31bbbd3c7e760849c2290 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 26 Apr 2009 14:44:51 -0700 Subject: [PATCH] added book.c to Makefile.am --- Makefile.am | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index cb1a1e5..c98df85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,9 @@ +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.c xboard.c xgamelist.c book.c + AM_CPPFLAGS=-DINFODIR='"$(infodir)"' AM_LDFLAGS=-lXt -lm @XAW_LIBS@ -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.c xboard.c xgamelist.c + info_TEXINFOS = copyright.texi xboard.texi man6_MANS = xboard.man -- 1.7.0.4