From 27874ad53bca411be1ec3a07a01926e9c03f6701 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 15 Jun 2004 01:23:05 +0000 Subject: [PATCH] Fix up some more directory flags from results of other directory re-organizations, and add CXXCPPFLAGS (pretty much equivalent to CPPFLAGS). This commit was SVN r1260. --- config/mca_configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/mca_configure.ac b/config/mca_configure.ac index 7ddfa062cd..5ce71d8151 100644 --- a/config/mca_configure.ac +++ b/config/mca_configure.ac @@ -212,7 +212,9 @@ fi # purely aesthetic. # -CPPFLAGS='-I$(top_ompi_srcdir)/src/include'" $CPPFLAGS" +CPPFLAGS='-I$(top_ompi_srcdir)/src -I$(top_ompi_srcdir)/include -I$(top_ompi_builddir)/src'" $CPPFLAGS" +CXXCPPFLAGS='-I$(top_ompi_srcdir)/src -I$(top_ompi_srcdir)/include -I$(top_ompi_builddir)/src'" $CXXCPPFLAGS" + # # Delayed the substitution of these until now because they may have