* src/ltlvisit/clone.hh, src/ltlvisit/clone.cc: New files.

* src/ltlvisit/Makefile.am (libltlvisit_a_SOURCES): Add them.
* src/ltlvisit/lunabbrev.hh, src/ltlvisit/lunabbrev.cc: Inherit
from clone_visitor and remove all useless methods (now inherited).
This commit is contained in:
Alexandre Duret-Lutz 2003-04-17 13:59:15 +00:00
parent 0c7a2412a4
commit ae7fdeba59
6 changed files with 125 additions and 50 deletions

View file

@ -3,6 +3,8 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
lib_LIBRARIES = libltlvisit.a
libltlvisit_a_SOURCES = \
clone.cc \
clone.hh \
dotty.cc \
dotty.hh \
dump.cc \