[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.
This commit is contained in:
Raymond Lu 2012-12-10 14:08:30 -05:00
parent c409265f9d
commit fc9ed51a3a
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -22,6 +22,7 @@
#ifndef _HDF5_HL_H
#define _HDF5_HL_H
#include "H5DOpublic.h" /* dataset optimization */
#include "H5DSpublic.h" /* dimension scales */
#include "H5LTpublic.h" /* lite */
#include "H5IMpublic.h" /* image */