* 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:
Alexandre Duret-Lutz 2003-05-26 13:37:14 +00:00
parent 885143309a
commit 16c6219988
5 changed files with 107 additions and 1 deletions

View file

@ -5,5 +5,6 @@
# include "tgbabddconcrete.hh"
# include "tgbabddconcreteproduct.hh"
# include "ltl2tgba.hh"
# include "bddprint.hh"
#endif // SPOT_TGBA_PUBLIC_HH