* lbtt/src/Makefile.am (lbtt_translate_SOURCES): Fix leftover

from 1.0.3 merge.
This commit is contained in:
Alexandre Duret-Lutz 2004-02-20 23:19:09 +00:00
parent 9e269dadc2
commit 4aea8548d3
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2004-02-21 Alexandre Duret-Lutz <adl@src.lip6.fr> 2004-02-21 Alexandre Duret-Lutz <adl@src.lip6.fr>
* lbtt/src/Makefile.am (lbtt_translate_SOURCES): Fix leftover
from 1.0.3 merge.
* wrap/python/cgi/ltl2tgba.in: Process ltl2tgba.opt if it exists. * wrap/python/cgi/ltl2tgba.in: Process ltl2tgba.opt if it exists.
* wrap/python/cgi/ltl2tgba.in: Color translators and their options. * wrap/python/cgi/ltl2tgba.in: Color translators and their options.

View file

@ -51,13 +51,13 @@ EXTRA_lbtt_SOURCES = gnu-getopt.h Config-parse.h
lbtt_LDADD = $(LIBOBJS) $(READLINELIBS) lbtt_LDADD = $(LIBOBJS) $(READLINELIBS)
lbtt_translate_SOURCES = \ lbtt_translate_SOURCES = \
ObstackAlloc.h \
BitArray.h \ BitArray.h \
BitArray.cc \ BitArray.cc \
Exception.h \ Exception.h \
ExternalTranslator.h \ ExternalTranslator.h \
ExternalTranslator.cc \ ExternalTranslator.cc \
FormulaWriter.h \ FormulaWriter.h \
LbttAlloc.h \
LbtWrapper.h \ LbtWrapper.h \
LtlFormula.h \ LtlFormula.h \
LtlFormula.cc \ LtlFormula.cc \