summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-07-18 22:01:53 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-07-18 22:01:53 (GMT)
commit892252106a1517a4cd715fa6257201e89fb25564 (patch)
treee8e89f8a92cf3fd8fbc78e3d91033ea1ae40e357 /tools
parent08a8202eda7a79495a6d48f6be2c0b114e11750f (diff)
downloadhdf5-892252106a1517a4cd715fa6257201e89fb25564.zip
hdf5-892252106a1517a4cd715fa6257201e89fb25564.tar.gz
hdf5-892252106a1517a4cd715fa6257201e89fb25564.tar.bz2
Apply Cygwin pathches from Marco Atzeri.
Commit Joe Lee's typo corrections for src/H5MF.c.
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5repack/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test/h5repack/Makefile.am b/tools/test/h5repack/Makefile.am
index ce7cad4..59d7a6a 100644
--- a/tools/test/h5repack/Makefile.am
+++ b/tools/test/h5repack/Makefile.am
@@ -50,6 +50,8 @@ if HAVE_SHARED_CONDITIONAL
libdynlibvers_la_SOURCES=dynlib_vrpk.c
libdynlibadd_la_LDFLAGS=$(AM_LDFLAGS) -avoid-version -module -shared -export-dynamic -rpath /nowhere
libdynlibvers_la_LDFLAGS=$(AM_LDFLAGS) -avoid-version -module -shared -export-dynamic -rpath /nowhere
+ libdynlibadd_la_LIBADD=$(LIBH5TOOLS) $(LIBH5TEST) $(LIBHDF5)
+ libdynlibvers_la_LIBADD=$(LIBH5TOOLS) $(LIBH5TEST) $(LIBHDF5)
endif