summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2018-04-18 20:39:41 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2018-04-18 20:39:41 (GMT)
commit150f5a9a89301558c1b83cd8f99f83995496c9a4 (patch)
tree64fddca0f6e26ec369c0964d87f8cad26f7704e9 /examples
parenta297cbcbb07633a7d774ecdf7f8dde141ced3446 (diff)
downloadhdf5-150f5a9a89301558c1b83cd8f99f83995496c9a4.zip
hdf5-150f5a9a89301558c1b83cd8f99f83995496c9a4.tar.gz
hdf5-150f5a9a89301558c1b83cd8f99f83995496c9a4.tar.bz2
Add 2 character prefix to oids to disambiguate chunks from objects or
chunks with lower rank in files whose filename ends with something that looks like an oid.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 18cafb6..323541f 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -57,9 +57,9 @@ INSTALL_FILES = h5_write.c h5_read.c h5_extend_write.c h5_chunk_read.c \
h5_reference.c h5_drivers.c h5_extlink.c h5_elink_unix2win.c \
h5_ref2reg.c h5_shared_mesg.c ph5example.c \
h5_vol_external_log_native.c \
- h5_vds.c h5_vds-exc.c \
+ h5_vds.c h5_vds-exc.c \
h5_vds-exclim.c h5_vds-eiger.c h5_vds-simpleIO.c h5_vds-percival.c \
- h5_vds-percival-unlim.c h5_vds-percival-unlim-maxmin.c
+ h5_vds-percival-unlim.c h5_vds-percival-unlim-maxmin.c \
h5rados_file_create.c h5rados_file_open.c h5rados_group_create.c \
h5rados_group_open.c h5rados_dset_create.c \
h5rados_dset_open.c h5rados_dset_write.c h5rados_dset_read.c \