diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 19:22:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 19:22:47 (GMT) |
commit | 0558a12ef8515d11e629ccb815f6bc8632a98285 (patch) | |
tree | 49e48e172f807ac574e2edc7a855e03ea27f0c4b /tools/h5dump | |
parent | bb101f47746a522d9db2161cf02cb2d8f4108d25 (diff) | |
download | hdf5-0558a12ef8515d11e629ccb815f6bc8632a98285.zip hdf5-0558a12ef8515d11e629ccb815f6bc8632a98285.tar.gz hdf5-0558a12ef8515d11e629ccb815f6bc8632a98285.tar.bz2 |
HDFFV-10170 undo patch and fix dyn lib build
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5dump/Makefile.am b/tools/h5dump/Makefile.am index 6d95bb2..4b54960 100644 --- a/tools/h5dump/Makefile.am +++ b/tools/h5dump/Makefile.am @@ -52,6 +52,7 @@ if HAVE_SHARED_CONDITIONAL # Build it as shared library if configure is enabled for shared library. lib_LTLIBRARIES=libdynlibdump.la libdynlibdump_la_SOURCES=dynlib_dump.c + libdynlibdump_la_LDFLAGS = -avoid-version -module -shared -export-dynamic install-exec-hook: $(RM) $(DESTDIR)$(libdir)/*dynlib* |