summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-27 22:14:18 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-27 22:14:18 (GMT)
commit1b661d50673b61e69452437d1d3544963173fffe (patch)
treecc2b8a59b851d8da04af345c0ea2956cdaa8dc4c /src/Makefile.am
parent48c37e86ec4b5642f8f70b55e683fd31f21a9049 (diff)
downloadhdf5-1b661d50673b61e69452437d1d3544963173fffe.zip
hdf5-1b661d50673b61e69452437d1d3544963173fffe.tar.gz
hdf5-1b661d50673b61e69452437d1d3544963173fffe.tar.bz2
[svn-r23840] split server implementation into several C files
Update Makefiles
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ed136dc..1a9837f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,6 +61,7 @@ libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \
H5FAstat.c H5FAtest.c \
H5VL.c H5VLint.c H5VLnative.c \
H5VLiod.c H5VLiod_client.c H5VLiod_server.c H5VLiod_encdec.c \
+ H5VLiod_file.c H5VLiod_group.c H5VLiod_dset.c H5VLiod_dtype.c H5VLiod_attr.c H5VLiod_link.c H5VLiod_obj.c \
H5FD.c H5FDcore.c \
H5FDdirect.c H5FDfamily.c H5FDint.c H5FDlog.c H5FDmpi.c H5FDmpio.c \
H5FDmpiposix.c H5FDmulti.c H5FDsec2.c H5FDspace.c H5FDstdio.c \