[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:
Alexandre Duret-Lutz 2012-06-20 20:52:25 +02:00
parent 3acc53d55a
commit bc5a4ba416
2 changed files with 11 additions and 0 deletions

View file

@ -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.

View file

@ -1,4 +1,8 @@
include ../Makefile.def
# For parser.c
AM_CPPFLAGS += -I.
EXTRA_DIST = \
readme \
example.cal \