* 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:
parent
5bc2d77e60
commit
af928d28ac
6 changed files with 354 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue