diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-11-26 16:41:58 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-11-26 16:41:58 (GMT) |
commit | a27b3f81f007b5f60cccd0f861c2d17911b3389a (patch) | |
tree | e26603ce08a83e52cddb16c5921f84840ecd4cdf /hl | |
parent | 003ffe2424c6cefb67dcba6014dc6d0ee3e00025 (diff) | |
download | hdf5-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:
Diffstat (limited to 'hl')
-rw-r--r-- | hl/src/Makefile.in | 2 |
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= |