* src/ltlvisit/apcollect.cc, src/ltlvisit/apcollect.hh: New files,
based on code from <Denis.Poitrenaud@lip6.fr>. * src/ltlvisit/Makefile.am (libltlvisit_la_SOURCES, ltlvisit_HEADERS): Add them.
This commit is contained in:
parent
ad96e8fbad
commit
79ef47dbf1
4 changed files with 118 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
|||
ltlvisitdir = $(pkgincludedir)/ltlvisit
|
||||
|
||||
ltlvisit_HEADERS = \
|
||||
apcollect.hh \
|
||||
basicreduce.hh \
|
||||
clone.hh \
|
||||
destroy.hh \
|
||||
|
|
@ -42,6 +43,7 @@ ltlvisit_HEADERS = \
|
|||
|
||||
noinst_LTLIBRARIES = libltlvisit.la
|
||||
libltlvisit_la_SOURCES = \
|
||||
apcollect.cc \
|
||||
basicreduce.cc \
|
||||
clone.cc \
|
||||
destroy.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue