]> git.cworth.org Git - ttt/blobdiff - configure.in
Add a dependency of ttt-client.c on ttt-lex.h to fix the build.
[ttt] / configure.in
index a612672811e4a2091f7a499a4e475847c6653a95..584a6cc6f04452ae1828e7524945cb9715ba509c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(src/ttt.c)
+AC_INIT(src/ttt.h)
 
 dnl ===========================================================================
 
@@ -14,6 +14,7 @@ AM_MAINTAINER_MODE
 
 AC_PROG_CC
 AC_STDC_HEADERS
+AM_PROG_LEX
 
 dnl ===========================================================================
 dnl Use lots of warning flags with GCC
@@ -39,4 +40,5 @@ dnl ===========================================================================
 AC_OUTPUT([
 Makefile
 src/Makefile
+kub/Makefile
 ])