[svn-r2916] Purpose:

include file
Description:
	Added header file to the PUB_HDR macro so that it'll be
	installed with the library.
This commit is contained in:
Bill Wendling 2000-11-15 11:17:49 -05:00
parent 8dae2ec00b
commit 927e5beba7

View File

@ -29,6 +29,6 @@ LIB_SRC=H5Exception.C H5RefCounter.C H5IdComponent.C H5Library.C \
H5CompType.C H5DataSet.C H5CommonFG.C H5Group.C H5File.C
LIB_OBJ=$(LIB_SRC:.C=.lo)
ARFLAGS=rc
PUB_HDR=H5Cpp.h
@CONCLUDE@