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:24:22 (GMT) |
commit | 19762419ce30429667e9def628c785b78b961b68 (patch) | |
tree | a6d21ed49031f49bb5b3a96202f8d51b04d730f1 /tools | |
parent | db4dd5be86c1b184a8734efd90cc66bcbf78d5de (diff) | |
download | hdf5-19762419ce30429667e9def628c785b78b961b68.zip hdf5-19762419ce30429667e9def628c785b78b961b68.tar.gz hdf5-19762419ce30429667e9def628c785b78b961b68.tar.bz2 |
Update tool dyn lib
Diffstat (limited to 'tools')
-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 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* |