diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-03-19 00:10:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 00:10:09 (GMT) |
commit | 16a090486b984f6d9e2abf04c1817dfcfeacc7ce (patch) | |
tree | 7c26ffd2fb7637b971463b6eab20db0692d04b65 /c++ | |
parent | e190055df39e7e88ffdb829958b66b0a6384b675 (diff) | |
download | hdf5-16a090486b984f6d9e2abf04c1817dfcfeacc7ce.zip hdf5-16a090486b984f6d9e2abf04c1817dfcfeacc7ce.tar.gz hdf5-16a090486b984f6d9e2abf04c1817dfcfeacc7ce.tar.bz2 |
Move Autotools VFD list to conclude.am (#2592)
As in develop
Diffstat (limited to 'c++')
-rw-r--r-- | c++/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/Makefile.am b/c++/Makefile.am index 0ff58ab..c6c94f3 100644 --- a/c++/Makefile.am +++ b/c++/Makefile.am @@ -26,6 +26,7 @@ endif ## Only recurse into subdirectories if C++ interface is enabled. if BUILD_CXX_CONDITIONAL SUBDIRS=src $(TEST_DIR) + endif DIST_SUBDIRS = src test examples |