From: Carl Worth Date: Fri, 9 Nov 2007 20:54:20 +0000 (-0800) Subject: Add a dependency of ttt-client.c on ttt-lex.h to fix the build. X-Git-Url: https://git.cworth.org/git?p=ttt;a=commitdiff_plain;h=HEAD;hp=5a05fa7391a4e97fb71aabee586b7db61653921c Add a dependency of ttt-client.c on ttt-lex.h to fix the build. --- 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