* src/ltltest/Makefile.am (genltl_SOURCES): Add missing variable.

This commit is contained in:
Alexandre Duret-Lutz 2010-12-07 18:32:43 +01:00
parent 48e4c13da9
commit d9fb4d1d09
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-12-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltltest/Makefile.am (genltl_SOURCES): Add missing variable.
2010-12-07 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2010-12-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* README: Mention bench/ltlclases/. * README: Mention bench/ltlclases/.

View file

@ -47,6 +47,7 @@ noinst_PROGRAMS = \
randltl randltl
equals_SOURCES = equals.cc equals_SOURCES = equals.cc
genltl_SOURCES = genltl.cc
ltl2dot_SOURCES = readltl.cc ltl2dot_SOURCES = readltl.cc
ltl2dot_CPPFLAGS = $(AM_CPPFLAGS) -DDOTTY ltl2dot_CPPFLAGS = $(AM_CPPFLAGS) -DDOTTY
ltl2text_SOURCES = readltl.cc ltl2text_SOURCES = readltl.cc