[buddy] Adjust parser construction to support Automake 1.11 and 1.12.
* examples/bddcalc/parser.yxx: Rename as ... * examples/bddcalc/parser.y: ... this. * examples/bddcalc/parser_.cxx: New file that includes parser.c. * examples/bddcalc/Makefile.am: Adjust. * examples/bddcalc/parser.hxx: Delete this unused file.
This commit is contained in:
parent
25aca9ab7a
commit
b98c47246c
5 changed files with 29 additions and 119 deletions
|
|
@ -19,6 +19,8 @@ bddcalc_SOURCES = \
|
|||
hashtbl.h \
|
||||
hashtbl.cxx \
|
||||
lexer.lxx \
|
||||
parser.yxx \
|
||||
parser_.cxx \
|
||||
parser_.h \
|
||||
slist.h
|
||||
|
||||
EXTRA_bddcalc_SOURCES = parser.y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue