projects
/
ttt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a05fa7
)
Add a dependency of ttt-client.c on ttt-lex.h to fix the build.
master
author
Carl Worth
<cworth@cworth.org>
Fri, 9 Nov 2007 20:54:20 +0000
(12:54 -0800)
committer
Carl Worth
<cworth@cworth.org>
Fri, 9 Nov 2007 20:54:20 +0000
(12:54 -0800)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 41756f9a763c2ae8f1d30ea1745454d6fe1cf0ef..435e22d77e9db8e2baf7fa7db1c2525bc23dc963 100644
(file)
--- 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