summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-11-26 16:41:58 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-11-26 16:41:58 (GMT)
commita27b3f81f007b5f60cccd0f861c2d17911b3389a (patch)
treee26603ce08a83e52cddb16c5921f84840ecd4cdf
parent003ffe2424c6cefb67dcba6014dc6d0ee3e00025 (diff)
downloadhdf5-a27b3f81f007b5f60cccd0f861c2d17911b3389a.zip
hdf5-a27b3f81f007b5f60cccd0f861c2d17911b3389a.tar.gz
hdf5-a27b3f81f007b5f60cccd0f861c2d17911b3389a.tar.bz2
[svn-r9579] Purpose:
bug fix Description: one header file that was removed from the repo was not removed from the makefile.in, causing make install to fail Solution: removed the file from the public header file list to be installed Platforms tested: linux Misc. update:
-rw-r--r--hl/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in
index 76ab0e1..07b8020 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -26,7 +26,7 @@ LIB_OBJ=$(LIB_SRC:.c=.lo)
MOSTLYCLEAN=
## Public header files (to be installed)...
-PUB_HDR=H5IM.h H5LT.h H5TA.h H5HL.h
+PUB_HDR=H5IM.h H5LT.h H5TA.h
## Other header files (not to be installed)...
PRIVATE_HDR=