diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-19 17:42:50 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-19 17:42:50 (GMT) |
commit | 8272da0b67a9ef3a7299fd10cc5f3ccbf80cbeae (patch) | |
tree | 062e12ed901f657a273dc3c3e0900c9e2110ef67 /src | |
parent | f2caef690b3bdb99b27ff38a3ed1676300e5cd9d (diff) | |
download | hdf5-8272da0b67a9ef3a7299fd10cc5f3ccbf80cbeae.zip hdf5-8272da0b67a9ef3a7299fd10cc5f3ccbf80cbeae.tar.gz hdf5-8272da0b67a9ef3a7299fd10cc5f3ccbf80cbeae.tar.bz2 |
[svn-r2574] Purpose:
H5FDstream.h needs to be installed.
Description:
H5FDstream.h is included in the hdf5.h file and needs to be
installed with the other public headers.
Solution:
Added it to the rest of the install headers.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 8515a44..c85ad3d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -36,12 +36,12 @@ LIB_OBJ=$(LIB_SRC:.c=.lo) 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 H5FDdpss.h H5FDfamily.h H5FDgass.h \ - H5FDmpio.h H5FDlog.h H5FDsec2.h H5FDsrb.h H5FDcore.h H5FDmulti.h H5FDstdio.h \ - H5FDstream.h H5Gpublic.h H5HGpublic.h H5HLpublic.h H5Ipublic.h H5MMpublic.h \ - H5Opublic.h H5Ppublic.h H5Rpublic.h H5RApublic.h H5Spublic.h H5Tpublic.h \ - H5Zpublic.h H5pubconf.h hdf5.h H5api_adpt.h +PUB_HDR=H5public.h H5Apublic.h H5ACpublic.h H5Bpublic.h H5Dpublic.h H5Epublic.h \ + H5Fpublic.h H5FDpublic.h H5FDdpss.h H5FDfamily.h H5FDgass.h H5FDmpio.h \ + H5FDlog.h H5FDsec2.h H5FDsrb.h H5FDstream.h H5FDcore.h H5FDmulti.h \ + H5FDstdio.h H5FDstream.h H5Gpublic.h H5HGpublic.h H5HLpublic.h H5Ipublic.h \ + H5MMpublic.h H5Opublic.h H5Ppublic.h H5Rpublic.h H5RApublic.h H5Spublic.h \ + H5Tpublic.h H5Zpublic.h H5pubconf.h H5FDstream.h hdf5.h H5api_adpt.h ## Other header files (not to be installed)... |