diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-15 16:17:49 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-15 16:17:49 (GMT) |
commit | 927e5beba7929b055a56b38a8c9ff843ff9b6e19 (patch) | |
tree | de0474af8458448a6a5a40e5ba8285a5dd093133 /c++/src | |
parent | 8dae2ec00b74a7af6be708a26583562af6a68e85 (diff) | |
download | hdf5-927e5beba7929b055a56b38a8c9ff843ff9b6e19.zip hdf5-927e5beba7929b055a56b38a8c9ff843ff9b6e19.tar.gz hdf5-927e5beba7929b055a56b38a8c9ff843ff9b6e19.tar.bz2 |
[svn-r2916] Purpose:
include file
Description:
Added header file to the PUB_HDR macro so that it'll be
installed with the library.
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index fb4b35d..77e67aa 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -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@ |