Rebase repair: add stubs.c back to the test library sources.

This commit is contained in:
David Young
2020-05-20 12:06:00 -05:00
parent b5ec806496
commit abced7dc4e

View File

@@ -154,7 +154,7 @@ else
noinst_LTLIBRARIES=libh5test.la
endif
libh5test_la_SOURCES=h5test.c testframe.c cache_common.c swmr_common.c external_common.c vfd_swmr_common.c
libh5test_la_SOURCES=h5test.c testframe.c cache_common.c swmr_common.c external_common.c stubs.c vfd_swmr_common.c
# Use libhd5test.la to compile all of the tests
LDADD=libh5test.la $(LIBHDF5)