diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_hfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_hfs/Makefile.am index 2aab925128..e732107bb7 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_hfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_hfs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_nfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_nfs/Makefile.am index f81e9bd559..ac437a0f04 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_nfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_nfs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_ntfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_ntfs/Makefile.am index df5a0ca2d4..ec128e0a7d 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_ntfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_ntfs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_pfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_pfs/Makefile.am index d8e0a94c11..8a3044e92e 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_pfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_pfs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_piofs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_piofs/Makefile.am index 777a82d953..820408802a 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_piofs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_piofs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_pvfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_pvfs/Makefile.am index 18825a7dcf..777e090a4d 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_pvfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_pvfs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_sfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_sfs/Makefile.am index a3effe7b94..0a99910b1a 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_sfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_sfs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_testfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_testfs/Makefile.am index 8c1e2f2bba..703aae71f5 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_testfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_testfs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_ufs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_ufs/Makefile.am index 862393caa6..eb8a4f6054 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_ufs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_ufs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/ad_xfs/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/ad_xfs/Makefile.am index 098dcf8038..d9bac852b5 100644 --- a/ompi/mca/io/romio/romio-dist/adio/ad_xfs/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/ad_xfs/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/adio/common/Makefile.am b/ompi/mca/io/romio/romio-dist/adio/common/Makefile.am index eab016bc6c..d5d0360783 100644 --- a/ompi/mca/io/romio/romio-dist/adio/common/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/adio/common/Makefile.am @@ -18,6 +18,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \ diff --git a/ompi/mca/io/romio/romio-dist/mpi-io/Makefile.am b/ompi/mca/io/romio/romio-dist/mpi-io/Makefile.am index cf7bf0893d..7fbf7804e6 100644 --- a/ompi/mca/io/romio/romio-dist/mpi-io/Makefile.am +++ b/ompi/mca/io/romio/romio-dist/mpi-io/Makefile.am @@ -22,6 +22,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -DOMPI_BUILDING=1 \ + -I$(top_ompi_srcdir) \ -I$(top_ompi_srcdir)/include \ -I$(top_ompi_builddir)/include \ -I$(top_ompi_builddir)/opal \