diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 16:04:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 16:04:22 (GMT) |
commit | 0b226bd28beb02165f18a9e3fdc985028ce37946 (patch) | |
tree | 3a2af51146bf0cbb83d6f221cda9a61740df3428 /tools/test/h5dump | |
parent | 9b234d74bb99c8656b5bee137a37edd35d3a6c9a (diff) | |
download | hdf5-0b226bd28beb02165f18a9e3fdc985028ce37946.zip hdf5-0b226bd28beb02165f18a9e3fdc985028ce37946.tar.gz hdf5-0b226bd28beb02165f18a9e3fdc985028ce37946.tar.bz2 |
HDFFV-10170 undo patch
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r-- | tools/test/h5dump/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/h5dump/Makefile.am b/tools/test/h5dump/Makefile.am index 6d8205d..8723c65 100644 --- a/tools/test/h5dump/Makefile.am +++ b/tools/test/h5dump/Makefile.am @@ -41,9 +41,10 @@ LDADD=$(LIBH5TOOLS) $(LIBHDF5) if HAVE_SHARED_CONDITIONAL # Build it as shared library if configure is enabled for shared library. - noinst_LTLIBRARIES=libdynlibdump.la + 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* endif |