* examples/Makefile.def (AM_CPPFLAGS): Add -I$(srcdir).

This commit is contained in:
Alexandre Duret-Lutz 2003-11-14 12:26:13 +00:00
parent 1b222106ab
commit 51ff9f8dda
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-11-14 Alexandre Duret-Lutz <adl@src.lip6.fr>
* examples/Makefile.def (AM_CPPFLAGS): Add -I$(srcdir).
2003-08-06 Alexandre Duret-Lutz <aduret@src.lip6.fr> 2003-08-06 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* doc/Makefile.am (EXTRA_DIST): Replace buddy.ps by buddy.pdf * doc/Makefile.am (EXTRA_DIST): Replace buddy.ps by buddy.pdf

View file

@ -1,2 +1,2 @@
AM_CPPFLAGS = -I$(top_srcdir)/src AM_CPPFLAGS = -I$(top_srcdir)/src -I$(srcdir)
LDADD = $(top_builddir)/src/libbdd.la LDADD = $(top_builddir)/src/libbdd.la

View file

@ -22,4 +22,3 @@ bddcalc_SOURCES = \
parser.yxx \ parser.yxx \
parser_.h \ parser_.h \
slist.h slist.h