summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-19 21:47:14 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-19 21:47:14 (GMT)
commit93d3664fc9108684d364b70b6eca8f78284f3726 (patch)
tree703c88fbf72dc3a037f04f8629e9b9a92e942795 /src/Makefile.am
parentfa26b8242da4119a4dc855313656a09e217ee0b0 (diff)
downloadhdf5-93d3664fc9108684d364b70b6eca8f78284f3726.zip
hdf5-93d3664fc9108684d364b70b6eca8f78284f3726.tar.gz
hdf5-93d3664fc9108684d364b70b6eca8f78284f3726.tar.bz2
[svn-r23922] Add a new utility routine to traverse an entire path and open the last component:
- update usage of the traversal routines through all server code Update Link implementations to the changes made: - Handle Soft links in traversal - store soft link value in metadata Comment out parts that require IOD to be present.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6000e20..ec157da 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -60,7 +60,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_client.c H5VLiod_server.c H5VLiod_encdec.c \
+ H5VLiod.c H5VLiod_client.c H5VLiod_server.c H5VLiod_encdec.c H5VLiod_util.c\
H5VLiod_file.c H5VLiod_group.c H5VLiod_dset.c H5VLiod_dtype.c \
H5VLiod_attr.c H5VLiod_link.c H5VLiod_obj.c H5VLiod_map.c \
H5FD.c H5FDcore.c \