summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-18 17:52:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-18 17:52:32 (GMT)
commita8883cf07b2dea4d3cbcc41734fbc7cc10c730fb (patch)
treebc6cd96845dce08c25ee9613b1f64979cdd3cab6 /tools
parent7ea09c9292e74a195a0c5909f9e3790f48e5a3a5 (diff)
downloadhdf5-a8883cf07b2dea4d3cbcc41734fbc7cc10c730fb.zip
hdf5-a8883cf07b2dea4d3cbcc41734fbc7cc10c730fb.tar.gz
hdf5-a8883cf07b2dea4d3cbcc41734fbc7cc10c730fb.tar.bz2
Correct multiple lib setting
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5repack/Makefile.am b/tools/h5repack/Makefile.am
index eddc989..5f32d73 100644
--- a/tools/h5repack/Makefile.am
+++ b/tools/h5repack/Makefile.am
@@ -63,9 +63,8 @@ h5repack.sh.chkexe_: h5repacktst.chkexe_
if HAVE_SHARED_CONDITIONAL
# Build it as shared library if configure is enabled for shared library.
- lib_LTLIBRARIES=libdynlibadd.la
+ lib_LTLIBRARIES=libdynlibadd.la libdynlibvers.la
libdynlibadd_la_SOURCES=dynlib_rpk.c
- lib_LTLIBRARIES=libdynlibvers.la
libdynlibvers_la_SOURCES=dynlib_vrpk.c
install-exec-hook: