From d7eb0f14de1c9cd124b5a4acb94275997d4ec2ed Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 9 Jun 2013 17:24:31 -0400 Subject: [PATCH] Makefile fixup. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2ab8489..7069891 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = cboard cboard_SOURCES = cboard.c message.c message.h misc.c engine.c \ engine.h input.c input.h rcfile.c rcfile.h colors.c \ - colors.h strings.h window.h window.c conf.h misc.h common.h \ + colors.h window.h window.c conf.h misc.h common.h \ menu.c menu.h tags.c tags.h keys.h filebrowser.c filebrowser.h cboard_LDFLAGS = @PANEL_LIB@ @MENU_LIB@ @FORM_LIB@ @CURSES_LIB@ cboard_LDADD = $(top_builddir)/libchess/libchess.a -- 2.11.4.GIT