summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/Makefile.in
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2014-04-12 03:26:21 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2014-04-12 03:26:21 (GMT)
commit19c485a128e4d860a537a14c91e38bc87dc6db25 (patch)
tree7333e607cf9093aa8020f5a2fa9af159379d845a /fortran/testpar/Makefile.in
parent33956e594a10ecab24867ab0c3347452f22b4e11 (diff)
downloadhdf5-19c485a128e4d860a537a14c91e38bc87dc6db25.zip
hdf5-19c485a128e4d860a537a14c91e38bc87dc6db25.tar.gz
hdf5-19c485a128e4d860a537a14c91e38bc87dc6db25.tar.bz2
[svn-r25027] Merged changes from the trunk to the branch,
svn merge -r24929:25009 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran tested: jam (gnu)
Diffstat (limited to 'fortran/testpar/Makefile.in')
-rw-r--r--fortran/testpar/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index e078c3a..8ee5e43 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -399,7 +399,8 @@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
# Include files
AM_FCFLAGS = @AM_FCFLAGS@ @H5_FCFLAGS@ -I$(top_srcdir)/fortran/src \
-I$(top_srcdir)/fortran/test \
- $(F9XMODFLAG)$(top_builddir)/fortran/src
+ $(F9XMODFLAG)$(top_builddir)/fortran/src \
+ $(F9XMODFLAG)$(top_builddir)/fortran/test
AM_LDFLAGS = @AM_LDFLAGS@ @H5_LDFLAGS@ $(am__append_1)
AM_MAKEFLAGS = @AM_MAKEFLAGS@
AR = @AR@