* src/ltlparse/Makefile.am (EXTRA_DIST): Distribute ltlparse.yy.
* src/ltlast/Makefile.am (libltlast_a_SOURCES): Add visitor.hh.
This commit is contained in:
parent
d35817ccd9
commit
fc9f8965bf
3 changed files with 8 additions and 2 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue