From a27b3f81f007b5f60cccd0f861c2d17911b3389a Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Fri, 26 Nov 2004 11:41:58 -0500 Subject: [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: --- hl/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -- cgit v0.12