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 /test | |
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 'test')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 60b9fd6..95d9e4f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -152,11 +152,6 @@ ttsafe_SOURCES=ttsafe.c ttsafe_dcreate.c ttsafe_error.c ttsafe_cancel.c \ cache_image_SOURCES=cache_image.c genall5.c mirror_vfd_SOURCES=mirror_vfd.c genall5.c -VFD_LIST = sec2 stdio core core_paged split multi family -if DIRECT_VFD_CONDITIONAL - VFD_LIST += direct -endif - # Additional target for running timing test timings _timings: testmeta @for timing in $(TIMINGS) dummy; do \ |