* src/tgba/tgba.hh (tgba::~tgba): Make it public.

* src/tgba/tgbatba.cc, src/tgba/tgbatba.hh: New files.
* src/tgba/Makefile.am (tgba_HEADERS): Add tgbatba.hh.
(libtgba_la_SOURCES): Add tgbatba.cc.
* src/tgbatest/ltl2tgba.cc: Add option -D.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-25 17:27:52 +00:00
parent 5bc2d77e60
commit af928d28ac
6 changed files with 354 additions and 13 deletions

View file

@ -18,7 +18,8 @@ tgba_HEADERS = \
tgbabddcoredata.hh \
tgbabddfactory.hh \
tgbaexplicit.hh \
tgbaproduct.hh
tgbaproduct.hh \
tgbatba.hh
noinst_LTLIBRARIES = libtgba.la
libtgba_la_SOURCES = \
@ -32,4 +33,5 @@ libtgba_la_SOURCES = \
tgbabddconcreteproduct.cc \
tgbabddcoredata.cc \
tgbaexplicit.cc \
tgbaproduct.cc
tgbaproduct.cc \
tgbatba.cc