diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2012-12-10 19:08:30 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2012-12-10 19:08:30 (GMT) |
commit | fc9ed51a3aea481f397fa4b278d4908f4fe47b2e (patch) | |
tree | 03820839e668d9de9b61ecbd6f3936d9fa69e73f /MANIFEST | |
parent | c409265f9d3522e45a6cb17b87a948e86b9c7b06 (diff) | |
download | hdf5-fc9ed51a3aea481f397fa4b278d4908f4fe47b2e.zip hdf5-fc9ed51a3aea481f397fa4b278d4908f4fe47b2e.tar.gz hdf5-fc9ed51a3aea481f397fa4b278d4908f4fe47b2e.tar.bz2 |
[svn-r23087] I updated MANIFEST to include the new files hl/src/H5DO.c, H5DOpublic.h, H5DOprivate.h. I included H5DOpublic.h into hl/src/hdf5_hl.h.
Tested on koala.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2146,6 +2146,9 @@ ./hl/src/COPYING ./hl/src/Makefile.am ./hl/src/Makefile.in +./hl/src/H5DO.c +./hl/src/H5DOprivate.h +./hl/src/H5DOpublic.h ./hl/src/H5DS.c ./hl/src/H5DSprivate.h ./hl/src/H5DSpublic.h @@ -2186,6 +2189,7 @@ ./hl/test/sepia.pal ./hl/test/gen_test_ds.c ./hl/test/test_ds.c +./hl/test/test_dset_opt.c ./hl/test/test_file_image.c ./hl/test/test_image.c ./hl/test/test_lite.c |