summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2017-05-23 17:20:19 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2017-05-23 17:20:19 (GMT)
commit91550e6015524e5f9915d767ade1bdcedb14010a (patch)
treee4bb38ccf2e1a6560a53ff3edb4271d3620621fd
parentd91d6d3a4c068424f60a0eb9671c4843f372b1d0 (diff)
downloadhdf5-91550e6015524e5f9915d767ade1bdcedb14010a.zip
hdf5-91550e6015524e5f9915d767ade1bdcedb14010a.tar.gz
hdf5-91550e6015524e5f9915d767ade1bdcedb14010a.tar.bz2
Fix error in examples/Makefile.am
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 3f28819..097dc94 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -44,7 +44,7 @@ EXAMPLE_PROG = h5_write h5_read h5_extend_write h5_chunk_read h5_compound \
h5_vds-percival-unlim h5_vds-percival-unlim-maxmin \
h5dsm_file_create h5dsm_file_open h5dsm_group_create \
h5dsm_group_open h5dsm_dset_create h5dsm_dset_open \
- h5dsm_dset_write h5dsm_dset_read
+ h5dsm_dset_write h5dsm_dset_read \
h5dsm_dset_wpartial h5dsm_dset_rpartial h5dsm_dset_w1m \
h5dsm_dset_r1m h5dsm_link_exists h5dsm_link_iter \
h5dsm_attr_create h5dsm_attr_open h5dsm_attr_write \