diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 19:23:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 19:23:35 (GMT) |
commit | 62770c64326f844739c2753bfee49c297f2c7a39 (patch) | |
tree | 6fa2ade5a0765e261a0265a07709bed88d128b23 | |
parent | 7185c9e70764419dca81aa2587e7df34689f2a92 (diff) | |
download | hdf5-62770c64326f844739c2753bfee49c297f2c7a39.zip hdf5-62770c64326f844739c2753bfee49c297f2c7a39.tar.gz hdf5-62770c64326f844739c2753bfee49c297f2c7a39.tar.bz2 |
Update tool dyn lib
-rw-r--r-- | tools/test/h5diff/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test/h5diff/Makefile.am b/tools/test/h5diff/Makefile.am index 1d700ea..16897c6 100644 --- a/tools/test/h5diff/Makefile.am +++ b/tools/test/h5diff/Makefile.am @@ -54,6 +54,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* |