summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-20 17:06:00 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 17:06:00 (GMT)
commitabced7dc4e97b5fb708eb70ebe7ad99c6c9de3c2 (patch)
treeecde05525bdd825bd869e643e5b2c2835cec19d0 /test/Makefile.am
parentb5ec806496c909809b4c025dac59f63bbb90a74f (diff)
downloadhdf5-abced7dc4e97b5fb708eb70ebe7ad99c6c9de3c2.zip
hdf5-abced7dc4e97b5fb708eb70ebe7ad99c6c9de3c2.tar.gz
hdf5-abced7dc4e97b5fb708eb70ebe7ad99c6c9de3c2.tar.bz2
Rebase repair: add stubs.c back to the test library sources.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 2c56c84..755a3a9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -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)