* 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

View file

@ -20,6 +20,8 @@ $(FROM_LTLPARSE_YY_MAIN): $(srcdir)/$(LTLPARSE_YY)
$(FROM_LTLPARSE_YY_OTHERS): $(LTLPARSE_YY)
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) $(FROM_LTLPARSE_YY_MAIN)
EXTRA_DIST = $(LTLPARSE_YY)
libltlparse_a_SOURCES = \
fmterror.cc \
$(FROM_LTLPARSE_YY) \