* 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:
parent
0c7a2412a4
commit
ae7fdeba59
6 changed files with 125 additions and 50 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue