summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-18 19:23:35 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-18 21:52:40 (GMT)
commitd7d2540ac1530e14fe9a1c9af9e82aed8706c782 (patch)
tree960b6fef821ca04110fd586cb889ae8208c8a02d
parent216dcd6d308311b21d47f7faff25c3322749255c (diff)
downloadhdf5-d7d2540ac1530e14fe9a1c9af9e82aed8706c782.zip
hdf5-d7d2540ac1530e14fe9a1c9af9e82aed8706c782.tar.gz
hdf5-d7d2540ac1530e14fe9a1c9af9e82aed8706c782.tar.bz2
Update tool dyn lib
-rw-r--r--tools/test/h5diff/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test/h5diff/Makefile.am b/tools/test/h5diff/Makefile.am
index 9c6d80f..556c07d 100644
--- a/tools/test/h5diff/Makefile.am
+++ b/tools/test/h5diff/Makefile.am
@@ -52,6 +52,7 @@ if HAVE_SHARED_CONDITIONAL
# Build it as shared library if configure is enabled for shared library.
lib_LTLIBRARIES=libdynlibdiff.la
libdynlibdiff_la_SOURCES=dynlib_diff.c
+ libdynlibdiff_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
install-exec-hook:
$(RM) $(DESTDIR)$(libdir)/*dynlib*