summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
Diffstat (limited to 'c++')
-rw-r--r--c++/src/Makefile.in2
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@