summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-03-15 17:17:30 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-03-15 17:17:30 (GMT)
commitaa99c5d5a55d7ecb235e2ed3d75e4a2cf84c8dc8 (patch)
treedc31347a868cb342bec4370081d16f83b688d5dc /src
parente086674ee5170d0dcf87daf18b943f28f5d28f23 (diff)
downloadhdf5-aa99c5d5a55d7ecb235e2ed3d75e4a2cf84c8dc8.zip
hdf5-aa99c5d5a55d7ecb235e2ed3d75e4a2cf84c8dc8.tar.gz
hdf5-aa99c5d5a55d7ecb235e2ed3d75e4a2cf84c8dc8.tar.bz2
[svn-r3640] Purpose:
Bug Fix Description: For some reason, the H5FDstream.h file was defined not once, not twice, but three whole times in the install part... Solution: Removed all but one of those.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 17f73ea..069a9a0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -39,10 +39,9 @@ MOSTLYCLEAN=H5detect.o H5detect.lo H5detect H5Tinit.o H5Tinit.lo H5Tinit.c
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 H5Spublic.h \
- H5Tpublic.h H5Zpublic.h H5pubconf.h H5FDstream.h hdf5.h H5api_adpt.h
-
+ H5FDstdio.h H5Gpublic.h H5HGpublic.h H5HLpublic.h H5Ipublic.h H5MMpublic.h \
+ H5Opublic.h H5Ppublic.h H5Rpublic.h H5Spublic.h H5Tpublic.h H5Zpublic.h \
+ H5pubconf.h hdf5.h H5api_adpt.h
## Other header files (not to be installed)...
PRIVATE_HDR=H5private.h H5Aprivate.h H5Apkg.h H5ACprivate.h H5Bprivate.h \