diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2013-02-18 02:01:18 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2013-02-18 02:01:18 (GMT) |
commit | a976ca99a9de1fbe2496c23fa941b7c3e8af3967 (patch) | |
tree | b00f06e247a8c61c8a53d09a3d4201948b703c70 /fortran/examples | |
parent | 32da9c96aed341fa67670e84b82ca9292bd1506c (diff) | |
download | hdf5-a976ca99a9de1fbe2496c23fa941b7c3e8af3967.zip hdf5-a976ca99a9de1fbe2496c23fa941b7c3e8af3967.tar.gz hdf5-a976ca99a9de1fbe2496c23fa941b7c3e8af3967.tar.bz2 |
[svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.
Tested: (jam, gnu,intel compilers)
Diffstat (limited to 'fortran/examples')
-rw-r--r-- | fortran/examples/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index 5f6124c..a3b0b98 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -70,7 +70,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/run-fortran-ex.sh.in $(srcdir)/testh5fc.sh.in \ $(top_srcdir)/bin/mkinstalldirs \ $(top_srcdir)/config/commence.am \ |