From 27c83cce24c70db203d61f03e7d577e7f856374c Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 4 Jun 2003 14:08:51 +0000 Subject: [PATCH] * src/Makefile.am (SUBDIRS): Build `ltltest' after `.'. --- ChangeLog | 2 ++ src/Makefile.am | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 159a12ca9..7a689712f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-06-04 Alexandre Duret-Lutz + * src/Makefile.am (SUBDIRS): Build `ltltest' after `.'. + * src/ltlparse/ltlscan.ll: Use ltlyy as %prefix. * src/ltlparse/parsedecl.hh (YY_DECL): Rename yylex to ltlyylex. * src/ltlparse/ltlparse.yy: Define yylex as ltlyylex. diff --git a/src/Makefile.am b/src/Makefile.am index b11bd5e25..b1937282d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,9 @@ AUTOMAKE_OPTIONS = subdir-objects -# List directories in the order they must be built. -SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse ltltest tgba tgbaalgos +# List directories in the order they must be built. +# Keep tests at the end. +SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse tgba tgbaalgos . \ + ltltest lib_LTLIBRARIES = libspot.la libspot_la_SOURCES =