* src/ltlparse/Makefile.am (EXTRA_DIST): Distribute ltlparse.yy.

* src/ltlast/Makefile.am (libltlast_a_SOURCES): Add visitor.hh.
This commit is contained in:
Alexandre Duret-Lutz 2003-04-18 15:13:18 +00:00
parent d35817ccd9
commit fc9f8965bf
3 changed files with 8 additions and 2 deletions

View file

@ -15,5 +15,6 @@ libltlast_a_SOURCES = \
multop.hh \
predecl.hh \
unop.cc \
unop.hh
unop.hh \
visitor.hh