diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-05-02 16:42:40 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-05-02 16:42:40 (GMT) |
commit | e45d39af74e4cb82712b1f769ddd3e7946c79fa7 (patch) | |
tree | 8dbf9c22f9af0a0c421ab251b5b20cdb7e95ad9f | |
parent | 3447790fc5895c8795c5ac4775502c4f0e4b359c (diff) | |
download | hdf5-e45d39af74e4cb82712b1f769ddd3e7946c79fa7.zip hdf5-e45d39af74e4cb82712b1f769ddd3e7946c79fa7.tar.gz hdf5-e45d39af74e4cb82712b1f769ddd3e7946c79fa7.tar.bz2 |
[svn-r20699] I added H5Fefc.c to the compile list.
Not tested yet.
-rw-r--r-- | vms/src/make.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/src/make.com b/vms/src/make.com index 37138d4..558219f 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -50,7 +50,7 @@ $ cobj= "H5, H5checksum, H5dbg, H5system, H5timer, H5trace,"+- "H5Faccum, H5F, H5Fdbg, H5FD, H5FDcore,"+- "H5FDdirect, H5FDfamily, H5FDint, H5FDlog, H5FDmpi, H5FDmpio,"+- "H5FDmpiposix, H5FDmulti, H5FDsec2, H5FDspace, H5FDstdio,"+- - "H5FDwindows, H5Ffake, H5Fio, H5FL, H5Fmount, H5Fmpi, H5FO, H5Fquery, H5FS, "+- + "H5FDwindows, H5Fefc, H5Ffake, H5Fio, H5FL, H5Fmount, H5Fmpi, H5FO, H5Fquery, H5FS, "+- "H5FScache, H5FSdbg, H5Fsfile, H5FSsection, H5FSstat, H5FStest, H5Fsuper, H5Fsuper_cache, H5Ftest,"+- "H5Gbtree2, H5G, H5Gcache, H5Gcompact, H5Gdense, H5Gdeprec, H5Gent, H5Gint,"+- "H5Glink, H5Gloc, H5Gname, H5Gnode, H5Gobj, H5Goh, H5Groot, H5Gstab, H5Gtest, H5Gtraverse,"+- |