diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2014-04-07 13:49:00 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2014-04-07 13:49:00 (GMT) |
commit | c455fdc4f166430e6660f85ef754e6ef2794aee0 (patch) | |
tree | 6955cb7951fac14a0fdc22d8ea7be3cae6a7b908 /fortran/testpar/Makefile.in | |
parent | 607634a69b0e3282292de140758fca6dc1d6e2bf (diff) | |
download | hdf5-c455fdc4f166430e6660f85ef754e6ef2794aee0.zip hdf5-c455fdc4f166430e6660f85ef754e6ef2794aee0.tar.gz hdf5-c455fdc4f166430e6660f85ef754e6ef2794aee0.tar.bz2 |
[svn-r24974] Maintenance: Fixed daily tests parallel tests compilation failures
Platforms tested: jam
Diffstat (limited to 'fortran/testpar/Makefile.in')
-rw-r--r-- | fortran/testpar/Makefile.in | 3 |
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@ |