From: Arun Persaud Date: Sat, 3 Oct 2009 22:26:23 +0000 (-0700) Subject: forgot two .h files in Makefile.am X-Git-Tag: gtk-20091122~28 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=ca25d6a70dab684169fd863dca1bcf1b99ef8088 forgot two .h files in Makefile.am --- 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 \