summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-18 19:22:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-18 19:22:47 (GMT)
commit0558a12ef8515d11e629ccb815f6bc8632a98285 (patch)
tree49e48e172f807ac574e2edc7a855e03ea27f0c4b /tools/h5diff
parentbb101f47746a522d9db2161cf02cb2d8f4108d25 (diff)
downloadhdf5-0558a12ef8515d11e629ccb815f6bc8632a98285.zip
hdf5-0558a12ef8515d11e629ccb815f6bc8632a98285.tar.gz
hdf5-0558a12ef8515d11e629ccb815f6bc8632a98285.tar.bz2
HDFFV-10170 undo patch and fix dyn lib build
Diffstat (limited to 'tools/h5diff')
-rw-r--r--tools/h5diff/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5diff/Makefile.am b/tools/h5diff/Makefile.am
index 0d01f14..00fc9b0 100644
--- a/tools/h5diff/Makefile.am
+++ b/tools/h5diff/Makefile.am
@@ -62,6 +62,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*