summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-18 15:38:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-18 19:13:22 (GMT)
commitd5da45e168a4e5efeab22c800e5d8d9ff76ea853 (patch)
tree0d9a030d2d56731193709865011fd854ad3279a8 /test
parented9ffe724978a76043cc47d80623c7bdb4f34f60 (diff)
downloadhdf5-d5da45e168a4e5efeab22c800e5d8d9ff76ea853.zip
hdf5-d5da45e168a4e5efeab22c800e5d8d9ff76ea853.tar.gz
hdf5-d5da45e168a4e5efeab22c800e5d8d9ff76ea853.tar.bz2
Add plugin options for libs
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 0d85117..8bbe972 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -109,6 +109,10 @@ if HAVE_SHARED_CONDITIONAL
libdynlib2_la_SOURCES=dynlib2.c
libdynlib3_la_SOURCES=dynlib3.c
libdynlib4_la_SOURCES=dynlib4.c
+ libdynlib1_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
+ libdynlib2_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
+ 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.