summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-18 16:04:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-18 19:13:56 (GMT)
commit0bab6fb76c3936b3fd3f62e681893d45c2576a78 (patch)
tree4ccbf876f18f8e83506907620fff62b8df66450c /test
parentd5da45e168a4e5efeab22c800e5d8d9ff76ea853 (diff)
downloadhdf5-0bab6fb76c3936b3fd3f62e681893d45c2576a78.zip
hdf5-0bab6fb76c3936b3fd3f62e681893d45c2576a78.tar.gz
hdf5-0bab6fb76c3936b3fd3f62e681893d45c2576a78.tar.bz2
HDFFV-10170 undo patch
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 8bbe972..4c5d85a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -98,13 +98,13 @@ if BUILD_ALL_CONDITIONAL
noinst_PROGRAMS=$(BUILD_ALL_PROGS)
endif
-if HAVE_SHARED_CONDITIONAL
- # The libh5test library provides common support code for the tests.
- noinst_LTLIBRARIES=libh5test.la
+# The libh5test library provides common support code for the tests.
+noinst_LTLIBRARIES=libh5test.la
+if HAVE_SHARED_CONDITIONAL
# The libdynlib1, libdynlib2, libdynlib3, and libdynlib4 library for testing plugin module plugin.c.
# Build it as shared library if configure is enabled for shared library.
- noinst_LTLIBRARIES+=libdynlib1.la libdynlib2.la libdynlib3.la libdynlib4.la
+ lib_LTLIBRARIES=libdynlib1.la libdynlib2.la libdynlib3.la libdynlib4.la
libdynlib1_la_SOURCES=dynlib1.c
libdynlib2_la_SOURCES=dynlib2.c
libdynlib3_la_SOURCES=dynlib3.c
@@ -114,9 +114,8 @@ if HAVE_SHARED_CONDITIONAL
libdynlib3_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
libdynlib4_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
-else
- # The libh5test library provides common support code for the tests.
- noinst_LTLIBRARIES=libh5test.la
+install-exec-hook:
+ $(RM) $(DESTDIR)$(libdir)/*dynlib*
endif
libh5test_la_SOURCES=h5test.c testframe.c cache_common.c swmr_common.c