forgot two .h files in Makefile.am
authorArun Persaud <arun@nubati.net>
Sat, 3 Oct 2009 22:26:23 +0000 (15:26 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 3 Oct 2009 22:26:56 +0000 (15:26 -0700)
Makefile.am

index b56df1d..bb1a656 100644 (file)
@@ -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 \