* src/Makefile.am (SUBDIRS): Build ltltest' after .'.

This commit is contained in:
Alexandre Duret-Lutz 2003-06-04 14:08:51 +00:00
parent e766bb4b0d
commit 27c83cce24
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2003-06-04 Alexandre Duret-Lutz <aduret@src.lip6.fr> 2003-06-04 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/Makefile.am (SUBDIRS): Build `ltltest' after `.'.
* src/ltlparse/ltlscan.ll: Use ltlyy as %prefix. * src/ltlparse/ltlscan.ll: Use ltlyy as %prefix.
* src/ltlparse/parsedecl.hh (YY_DECL): Rename yylex to ltlyylex. * src/ltlparse/parsedecl.hh (YY_DECL): Rename yylex to ltlyylex.
* src/ltlparse/ltlparse.yy: Define yylex as ltlyylex. * src/ltlparse/ltlparse.yy: Define yylex as ltlyylex.

View file

@ -1,7 +1,9 @@
AUTOMAKE_OPTIONS = subdir-objects AUTOMAKE_OPTIONS = subdir-objects
# List directories in the order they must be built. # List directories in the order they must be built.
SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse ltltest tgba tgbaalgos # Keep tests at the end.
SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse tgba tgbaalgos . \
ltltest
lib_LTLIBRARIES = libspot.la lib_LTLIBRARIES = libspot.la
libspot_la_SOURCES = libspot_la_SOURCES =