summaryrefslogtreecommitdiffstats
path: root/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2000-10-31 17:54:45 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2000-10-31 17:54:45 (GMT)
commite4c4b455b5da4a2a372f79704ea8a2c0c0742566 (patch)
tree82d700d984130e0cb0488a1c969b618761a6bdf5 /fortran/src/Makefile.in
parent972b9252b83a08f3bf88cf136ce37db433980edf (diff)
downloadhdf5-e4c4b455b5da4a2a372f79704ea8a2c0c0742566.zip
hdf5-e4c4b455b5da4a2a372f79704ea8a2c0c0742566.tar.gz
hdf5-e4c4b455b5da4a2a372f79704ea8a2c0c0742566.tar.bz2
[svn-r2772]
Purpose: Maintenance Description: Made F90 source directory to be in sync with the C source Platforms tested: modi4 (O2K)
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r--fortran/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index c0290de..ae719c3 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -22,8 +22,8 @@ LIB=libhdf5_fortran.la
DISTCLEAN=H5fortran_types.f90
## Source and object files for the library
-CPAR_SRC=H5Pf_parallel.c
-FPAR_SRC=H5Pff_parallel.f90 HDF5_parallel.f90
+CPAR_SRC=H5FDmpiof.c
+FPAR_SRC=H5FDmpioff.f90 HDF5mpio.f90
ADD_PARALLEL_FILES=@ADD_PARALLEL_FILES@
CPARALLEL=${ADD_PARALLEL_FILES:yes=$(CPAR_SRC)}