summaryrefslogtreecommitdiffstats
path: root/c++/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c++/examples/Makefile.am')
-rw-r--r--c++/examples/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/examples/Makefile.am b/c++/examples/Makefile.am
index fb9ae98..e09dd67 100644
--- a/c++/examples/Makefile.am
+++ b/c++/examples/Makefile.am
@@ -42,6 +42,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++