Moves the lists of VOL connectors and VFDs in Autotools builds (#162)

The VOL_LIST variable used in the Autotools was duplicated in many
subdirectories. It's been moved to config/conclude.am to avoid
duplication. VFD_LIST was also moved to conclude.am.
This commit is contained in:
Dana Robinson
2020-12-12 07:25:54 -08:00
committed by GitHub
parent 9e72b7f834
commit f6dce729e8
10 changed files with 16 additions and 50 deletions

View File

@@ -47,11 +47,6 @@ endif
if BUILD_HDF5_HL_CONDITIONAL
SUBDIRS=src $(TEST_DIR) $(TOOLS_DIR) $(CXX_DIR) $(FORTRAN_DIR)
# Test with just the native connector, with a single pass-through connector
# and with a doubly-stacked pass-through.
VOL_LIST = native "pass_through under_vol=0;under_info={}" \
"pass_through under_vol=505;under_info={under_vol=0;under_info={}}"
endif
DIST_SUBDIRS=src test tools c++ fortran examples