diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 02:32:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 02:32:19 (GMT) |
commit | 2d8964517bbba91245aec3f3eea2f8622ab30b4b (patch) | |
tree | a156c8968d94195b35097805b9fe8ce3c3d6687d /tools/h5ls | |
parent | 327608ada8874dc9f42433bae3a6e4fd1baef609 (diff) | |
download | hdf5-2d8964517bbba91245aec3f3eea2f8622ab30b4b.zip hdf5-2d8964517bbba91245aec3f3eea2f8622ab30b4b.tar.gz hdf5-2d8964517bbba91245aec3f3eea2f8622ab30b4b.tar.bz2 |
[svn-r8128] Purpose:
Update dependencies after restructuring of MPI stuff
Diffstat (limited to 'tools/h5ls')
-rw-r--r-- | tools/h5ls/Dependencies | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/h5ls/Dependencies b/tools/h5ls/Dependencies index 863ffc1..abc88a1 100644 --- a/tools/h5ls/Dependencies +++ b/tools/h5ls/Dependencies @@ -11,8 +11,8 @@ h5ls.lo: \ $(top_srcdir)/src/H5FSprivate.h \ $(top_srcdir)/tools/lib/h5tools.h \ $(top_srcdir)/src/hdf5.h \ - $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ + $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5ACpublic.h \ $(top_srcdir)/src/H5Bpublic.h \ $(top_srcdir)/src/H5Dpublic.h \ @@ -33,10 +33,11 @@ h5ls.lo: \ $(top_srcdir)/src/H5Tpublic.h \ $(top_srcdir)/src/H5FDcore.h \ $(top_srcdir)/src/H5FDfamily.h \ - $(top_srcdir)/src/H5FDfphdf5.h \ - $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDgass.h \ $(top_srcdir)/src/H5FDlog.h \ + $(top_srcdir)/src/H5FDmpi.h \ + $(top_srcdir)/src/H5FDfphdf5.h \ + $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDmpiposix.h \ $(top_srcdir)/src/H5FDmulti.h \ $(top_srcdir)/src/H5FDsec2.h \ |