diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-12-28 16:53:14 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-12-28 16:53:14 (GMT) |
commit | ccf1afca9a8c6fa8fa348b75a36302a21d53ee97 (patch) | |
tree | 1989805b517bfcc68c5081ca7462888905feaf93 /release_docs/INSTALL | |
parent | ac59d1115e64d6b58c49c4fd34628cc7712657cb (diff) | |
download | hdf5-ccf1afca9a8c6fa8fa348b75a36302a21d53ee97.zip hdf5-ccf1afca9a8c6fa8fa348b75a36302a21d53ee97.tar.gz hdf5-ccf1afca9a8c6fa8fa348b75a36302a21d53ee97.tar.bz2 |
[svn-r9722] Purpose: Small bug fix (#203 in Bugzilla)
Description: INSTALL file in 1.7 branch had old information about
the minimum set of header files that should be installed
Solution: Fixed
Platforms tested: N/A
Misc. update:
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r-- | release_docs/INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index af849a6..32ddabf 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -554,7 +554,9 @@ ./src/.libs/libhdf5.a The public header files: - ./src/H5*public.h + ./src/H5*public.h, ./src/H5public.h + ./src/H5FD*.h except ./src/H5FDprivate.h, + ./src/H5api_adpt.h The main header file: ./src/hdf5.h |