From 7d4de32580089685ae788ab90cdf2d402d7a496c Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 12 Sep 2006 17:26:00 +0000 Subject: [PATCH] more separate build directory fixes --- cmd/gvpr/Makefile.am | 1 + lib/expr/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/gvpr/Makefile.am b/cmd/gvpr/Makefile.am index 7a33e8a53..85a9be944 100644 --- a/cmd/gvpr/Makefile.am +++ b/cmd/gvpr/Makefile.am @@ -6,6 +6,7 @@ pdfdir = $(pkgdatadir)/doc/pdf AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib/expr \ + -I$(top_builddir)/lib/expr \ -I$(top_srcdir)/lib/vmalloc \ -I$(top_srcdir)/lib/sfio \ -I$(top_srcdir)/lib/ast \ diff --git a/lib/expr/Makefile.am b/lib/expr/Makefile.am index 297644b89..36deae29b 100644 --- a/lib/expr/Makefile.am +++ b/lib/expr/Makefile.am @@ -4,6 +4,7 @@ pdfdir = $(pkgdatadir)/doc/pdf AM_CPPFLAGS = \ + -I. \ -I$(top_srcdir) \ -I$(top_srcdir)/lib/vmalloc \ -I$(top_srcdir)/lib/sfio \ -- 2.40.0