summaryrefslogtreecommitdiffstats
path: root/c++/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/Makefile.in')
-rw-r--r--c++/src/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 58d8500..c36196b 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -55,7 +55,8 @@ PUB_PROGS=h5c++
ARFLAGS=rs
## h5c++ is generated during configure time. Remove it only when distclean.
-## libhdf5.settings is generated during configure. Remove it when distclean.
-DISTCLEAN=h5c++ libhdf5.settings
+## libhdf5_cpp.settings is generated during configure. Remove it when distclean.
+MOSTLYCLEAN= *.ii *.ti
+DISTCLEAN=h5c++ libhdf5_cpp.settings
@CONCLUDE@