[Lemon-commits] Akos Ladanyi: Fix VPATH builds. Ported form svn ...

Lemon HG hg at lemon.cs.elte.hu
Fri Feb 8 15:06:31 CET 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/e2c2763b7aec
changeset: 70:e2c2763b7aec
user:      Akos Ladanyi <ladanyi [at] tmit.bme.hu>
date:      Fri Feb 08 13:42:11 2008 +0100
description:
	Fix VPATH builds. Ported form svn trunk -r 3454.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
Makefile.am |    2 +-

diffs (11 lines):

diff -r 914ffb9b3798 -r e2c2763b7aec Makefile.am
--- a/Makefile.am	Thu Feb 07 22:33:38 2008 +0000
+++ b/Makefile.am	Fri Feb 08 13:42:11 2008 +0100
@@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4
 ACLOCAL_AMFLAGS = -I m4
 
-AM_CPPFLAGS = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
 LDADD = $(top_builddir)/lemon/libemon.la
 
 EXTRA_DIST = \



More information about the Lemon-commits mailing list