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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user