[buddy] Fix the recent Automake workaround for VPATH builds.
* examples/bddcalc/Makefile.am (ACLOCAL_AMFLAGS): Add -I. for parse.c. Reported by Pierre Parutto.
This commit is contained in:
parent
3acc53d55a
commit
bc5a4ba416
2 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2012-06-20 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix the recent Automake workaround for VPATH builds.
|
||||
|
||||
* examples/bddcalc/Makefile.am (ACLOCAL_AMFLAGS): Add -I. for
|
||||
parse.c. Reported by Pierre Parutto.
|
||||
|
||||
2012-06-13 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Add a function bdd_implies to decide implications between BDDs.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
include ../Makefile.def
|
||||
|
||||
# For parser.c
|
||||
AM_CPPFLAGS += -I.
|
||||
|
||||
EXTRA_DIST = \
|
||||
readme \
|
||||
example.cal \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue