diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-06-24 14:53:13 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-06-24 14:53:13 (GMT) |
commit | 1e0a0784bc2b24262beab54a633604ced1f77936 (patch) | |
tree | 2f6c3df8a69c48fcec075b3020056da003ef2db6 /src/Makefile.am | |
parent | 9c8d0bf2438bcac009fc2e1ddfb40a2a94b1122e (diff) | |
download | hdf5-1e0a0784bc2b24262beab54a633604ced1f77936.zip hdf5-1e0a0784bc2b24262beab54a633604ced1f77936.tar.gz hdf5-1e0a0784bc2b24262beab54a633604ced1f77936.tar.bz2 |
[svn-r25348] - adding properties for dataset layout (still not used).
- move iod plist functions into a speparate file as they are a numch now.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 051ba37..45826ce 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,7 +59,7 @@ libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \ H5FA.c H5FAcache.c H5FAdbg.c H5FAdblock.c H5FAdblkpage.c H5FAhdr.c \ H5FAstat.c H5FAtest.c \ H5VL.c H5VLint.c H5VLnative.c \ - H5VLiod.c H5VLiod_common.c H5VLiod_client.c H5VLiod_server.c H5VLiod_encdec.c H5VLiod_util.c \ + H5VLiod.c H5VLiod_props.c H5VLiod_common.c H5VLiod_client.c H5VLiod_server.c H5VLiod_encdec.c H5VLiod_util.c \ H5VLiod_file.c H5VLiod_group.c H5VLiod_map.c H5VLiod_dset.c H5VLiod_dtype.c H5VLiod_index.c \ H5VLiod_attr.c H5VLiod_link.c H5VLiod_obj.c H5VLiod_trans.c H5VLiod_view.c H5VLiod_analysis.c \ H5FD.c H5FDcore.c \ |