* src/tgba/bddprint.hh, src/tgba/bddprint.cc: New files.
* src/tgba/Makefile.am (libtgba_la_SOURCES): Add them. * src/tgba/public.hh: Include bddprint.hh.
This commit is contained in:
parent
885143309a
commit
16c6219988
5 changed files with 107 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ noinst_LTLIBRARIES = libtgba.la
|
|||
libtgba_la_SOURCES = \
|
||||
bddfactory.cc \
|
||||
bddfactory.hh \
|
||||
bddprint.cc \
|
||||
bddprint.hh \
|
||||
dictunion.cc \
|
||||
dictunion.hh \
|
||||
ltl2tgba.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue