From 5828d132acc446b19c397ecb8cccfd39c4985cca Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 9 Nov 2007 12:54:20 -0800 Subject: [PATCH 1/1] Add a dependency of ttt-client.c on ttt-lex.h to fix the build. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 41756f9..435e22d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,6 +19,8 @@ AM_LFLAGS = --header=ttt-lex.h -Cr ttt-lex.h: ttt-lex.l $(SHELL) $(YLWRAP) $< $@ $@ -- $(LEXCOMPILE) +ttt-client.c: ttt-lex.h + ttt_client_SOURCES = \ $(ttt_common_sources) \ ttt.c -- 2.43.0