* src/ltltest/Makefile.am (genltl_SOURCES): Add missing variable.
This commit is contained in:
parent
48e4c13da9
commit
d9fb4d1d09
2 changed files with 5 additions and 0 deletions
|
|
@ -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/.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue