diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 16:04:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 19:13:56 (GMT) |
commit | 0bab6fb76c3936b3fd3f62e681893d45c2576a78 (patch) | |
tree | 4ccbf876f18f8e83506907620fff62b8df66450c /tools/test/h5repack | |
parent | d5da45e168a4e5efeab22c800e5d8d9ff76ea853 (diff) | |
download | hdf5-0bab6fb76c3936b3fd3f62e681893d45c2576a78.zip hdf5-0bab6fb76c3936b3fd3f62e681893d45c2576a78.tar.gz hdf5-0bab6fb76c3936b3fd3f62e681893d45c2576a78.tar.bz2 |
HDFFV-10170 undo patch
Diffstat (limited to 'tools/test/h5repack')
-rw-r--r-- | tools/test/h5repack/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/test/h5repack/Makefile.am b/tools/test/h5repack/Makefile.am index 32213cd..8284839 100644 --- a/tools/test/h5repack/Makefile.am +++ b/tools/test/h5repack/Makefile.am @@ -45,11 +45,14 @@ h5repacktst_SOURCES=h5repacktst.c if HAVE_SHARED_CONDITIONAL # Build it as shared library if configure is enabled for shared library. - noinst_LTLIBRARIES=libdynlibadd.la libdynlibvers.la + lib_LTLIBRARIES=libdynlibadd.la libdynlibvers.la libdynlibadd_la_SOURCES=dynlib_rpk.c libdynlibvers_la_SOURCES=dynlib_vrpk.c libdynlibadd_la_LDFLAGS = -avoid-version -module -shared -export-dynamic libdynlibvers_la_LDFLAGS = -avoid-version -module -shared -export-dynamic + +install-exec-hook: + $(RM) $(DESTDIR)$(libdir)/*dynlib* endif # Temporary files. *.h5 are generated by h5repack. They should |