diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-06 22:06:35 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-06 22:06:35 (GMT) |
commit | 76457aac6c20f0bad5d5affa10244288726f9f1b (patch) | |
tree | 8fdd7786c3ff41e1fd755c5dd2d85e56d83807a0 /MANIFEST | |
parent | a472b6c30a04ac93b460ae95ef0d3d6dd2d99693 (diff) | |
download | hdf5-76457aac6c20f0bad5d5affa10244288726f9f1b.zip hdf5-76457aac6c20f0bad5d5affa10244288726f9f1b.tar.gz hdf5-76457aac6c20f0bad5d5affa10244288726f9f1b.tar.bz2 |
[svn-r6378] Purpose:
Update
Description:
MANIFEST:
- Added .autom4te.cfg and H5FDfphdf5.[ch] files.
.autom4te.cfg
- When the new versions of libtool/autoconf come out, this file
will help get rid of the annoying autom4te.cache directory.
Platforms tested:
Linux
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,6 +6,7 @@ # in column one with a '#'. #------------------------------------------------------------------------------ +./.autom4te.cfg _DO_NOT_DISTRIBUTE_ ./COPYING ./MANIFEST ./Makefile.dist @@ -211,8 +212,6 @@ ./doc/html/TechNotes/SWControls.html ./doc/html/TechNotes/SymbolTables.html ./doc/html/TechNotes/TestReview.html -./doc/html/TechNotes/TestReview/H5Dget_offset.html -./doc/html/TechNotes/TestReview/H5Tget_native_type.html ./doc/html/TechNotes/ThreadSafeLibrary.html ./doc/html/TechNotes/VFL.html ./doc/html/TechNotes/VFLfunc.html @@ -808,6 +807,8 @@ ./src/H5FDcore.h ./src/H5FDfamily.c ./src/H5FDfamily.h +./src/H5FDfphdf5.c +./src/H5FDfphdf5.h ./src/H5FDgass.c ./src/H5FDgass.h ./src/H5FDlog.c |