diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-01-02 19:20:19 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-01-02 19:20:19 (GMT) |
commit | 216a6e99047f32a8cdf857f6cf3b195d605549a1 (patch) | |
tree | 8f48cea87963afad81a38fd70edb45238848299e /src/Makefile.am | |
parent | 63e522aa138db60749a97f0d6896934b8a6d338c (diff) | |
download | hdf5-216a6e99047f32a8cdf857f6cf3b195d605549a1.zip hdf5-216a6e99047f32a8cdf857f6cf3b195d605549a1.tar.gz hdf5-216a6e99047f32a8cdf857f6cf3b195d605549a1.tar.bz2 |
[svn-r11850] Purpose:
Feature
Description:
Added character encoding and attribute creation property lists.
Solution:
Attributes' character encoding is set via the ACPL.
The default is ASCII, with UTF-8 being the other option currently.
Platforms tested:
heping, mir, sleipnir, copper
Diffstat (limited to 'src/Makefile.am')
-rwxr-xr-x | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bd0108e..48e86c7 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -64,9 +64,8 @@ libhdf5_la_SOURCES= H5.c H5A.c H5AC.c H5B.c H5Bcache.c H5B2.c H5B2cache.c \ H5Olink.c \ H5Omtime.c \ H5Oname.c H5Onull.c H5Opline.c H5Osdspace.c H5Oshared.c H5Ostab.c \ - H5P.c H5Pdcpl.c H5Pdxpl.c H5Pfapl.c H5Pfcpl.c H5Pgcpl.c H5Pocpl.c \ - H5Ptest.c \ - H5R.c H5RC.c \ + H5P.c H5Pacpl.c H5Pdcpl.c H5Pdxpl.c H5Pfapl.c H5Pfcpl.c H5Pgcpl.c \ + H5Pocpl.c H5Ptest.c H5R.c H5RC.c \ H5RS.c H5S.c H5Sall.c H5Shyper.c H5Smpio.c H5Snone.c H5Spoint.c \ H5Sselect.c H5Stest.c H5SH.c H5SHcache.c H5SHdbg.c \ H5SL.c H5ST.c H5T.c H5Tarray.c H5Tbit.c H5Tcommit.c \ |