diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-16 19:01:33 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-16 19:01:33 (GMT) |
commit | 55ccf9022d743862c9352a3fd7acbfabf051f00e (patch) | |
tree | 26934729a65e467fe76fbd0d38d0a7488b2363bd /vms | |
parent | 2c1eabbc50010f07716d0c1bb2854308ddcfbaa9 (diff) | |
download | hdf5-55ccf9022d743862c9352a3fd7acbfabf051f00e.zip hdf5-55ccf9022d743862c9352a3fd7acbfabf051f00e.tar.gz hdf5-55ccf9022d743862c9352a3fd7acbfabf051f00e.tar.bz2 |
[svn-r12926] Description:
Didn't add new example to the list of the C source files; fixed
Platforms tested:
VMS server
Diffstat (limited to 'vms')
-rw-r--r-- | vms/examples/make.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/examples/make.com b/vms/examples/make.com index 1209d83..76322e9 100644 --- a/vms/examples/make.com +++ b/vms/examples/make.com @@ -23,7 +23,7 @@ $ type sys$input $! $ cobj= "h5_write.c, h5_read.c, h5_extend_write.c, h5_chunk_read.c, "+- "h5_compound.c, h5_group.c, h5_select.c, h5_attribute.c, "+- - "h5_mount.c, h5_reference.c, h5_drivers.c " + "h5_mount.c, h5_ref2reg.c, h5_reference.c, h5_drivers.c " $! $ ccc 'cobj $ |