summaryrefslogtreecommitdiffstats
path: root/c++/examples/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c++/examples/Makefile.in')
-rw-r--r--c++/examples/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 02c5306..eb43708 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -294,6 +294,9 @@ INSTALL_FILES = create.cpp readdata.cpp writedata.cpp compound.cpp \
MOSTLYCLEANFILES = *.h5
CLEANFILES = $(EXTRA_PROG)
+# Tell conclude.am that these are C++ tests.
+HDF_CXX = yes
+
# How to install examples
EXAMPLEDIR = $(docdir)/hdf5/examples/c++