diff options
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 3f95f08..563f75f 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -725,7 +725,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 218 +LT_VERS_REVISION = 219 LT_VERS_AGE = 0 AM_FCLIBS = $(LIBHDF5) @@ -752,8 +752,7 @@ libhdf5_fortran_la_LIBADD = $(LIBHDF5) DISTCLEANFILES = h5fc # H5fortran_types.F90 and H5f90i.h are automatically generaed by -# H5match_types, and must be cleaned explicitly. H5fort_type_defines.h -# is generated by H5fortran_detect +# H5match_types, and must be cleaned explicitly. MOSTLYCLEANFILES = H5fortran_types.F90 H5f90i_gen.h @BUILD_PARALLEL_CONDITIONAL_FALSE@H5FC_NAME = h5fc |