diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-03 02:23:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-03 02:23:38 (GMT) |
commit | 2df5bf7e31d9546857974e550725b729bb1e0769 (patch) | |
tree | a9f4308eedc382c4ae450fdec41c4c47eb197933 | |
parent | f709fe884f863112625caa66fd854e01ad1d1f85 (diff) | |
download | hdf5-2df5bf7e31d9546857974e550725b729bb1e0769.zip hdf5-2df5bf7e31d9546857974e550725b729bb1e0769.tar.gz hdf5-2df5bf7e31d9546857974e550725b729bb1e0769.tar.bz2 |
[svn-r8995] Purpose:
Bug fix
Description:
Add H5FDmpi.h to the list of public headers.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/C++
Not tested by h5committest
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 0458936..2e21b59 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -54,7 +54,7 @@ MOSTLYCLEAN=H5detect.o H5detect.lo H5detect H5Tinit.o H5Tinit.lo H5Tinit.c ## Public header files (to be installed)... PUB_HDR=H5public.h H5Apublic.h H5ACpublic.h H5Bpublic.h H5Dpublic.h \ H5Epublic.h H5Fpublic.h H5FDpublic.h H5FDcore.h H5FDfamily.h \ - H5FDgass.h H5FDlog.h H5FDmpio.h H5FDmpiposix.h \ + H5FDgass.h H5FDlog.h H5FDmpi.h H5FDmpio.h H5FDmpiposix.h \ H5FDmulti.h H5FDsec2.h H5FDsrb.h H5FDstdio.h H5FDstream.h \ H5Gpublic.h H5HGpublic.h H5HLpublic.h H5Ipublic.h \ H5MMpublic.h H5Opublic.h H5Ppublic.h H5Rpublic.h H5Spublic.h \ |