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 15:38:14 (GMT)
commit9b234d74bb99c8656b5bee137a37edd35d3a6c9a (patch)
treef43cd864c09c46cdcb64e0babd83473c348e0ad7 /test
parent8e686f312ee6f2c2a0204e8dd5af005470385200 (diff)
downloadhdf5-9b234d74bb99c8656b5bee137a37edd35d3a6c9a.zip
hdf5-9b234d74bb99c8656b5bee137a37edd35d3a6c9a.tar.gz
hdf5-9b234d74bb99c8656b5bee137a37edd35d3a6c9a.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 49b251a..376291a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -111,6 +111,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.