From ca25d6a70dab684169fd863dca1bcf1b99ef8088 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 3 Oct 2009 15:26:23 -0700 Subject: [PATCH] forgot two .h files in Makefile.am --- Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b56df1d..bb1a656 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,13 +9,13 @@ bin_PROGRAMS = xboard xboard_SOURCES = backend.c backend.h backendz.h \ book.c \ - callback.c\ + callback.c callback.h \ childio.c childio.h \ common.h \ frontend.h \ gamelist.c \ gettext.h \ - interface.c \ + interface.c interface.h \ lists.c lists.h \ moves.c moves.h \ parser.l parser.h \ -- 1.7.0.4