diff options
Diffstat (limited to 'c++/src/Makefile.am')
-rw-r--r-- | c++/src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/Makefile.am b/c++/src/Makefile.am index 08cd88d..585f9c1 100644 --- a/c++/src/Makefile.am +++ b/c++/src/Makefile.am @@ -53,4 +53,7 @@ include_HEADERS=H5Cpp.h H5AbstractDs.h H5AtomType.h H5Attribute.h H5Classes.h # distclean. DISTCLEANFILES=h5c++ libhdf5.settings +# Mark this directory as part of the C++ API +HDF_CXX=yes + include $(top_srcdir)/config/conclude.am |