diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-07-18 22:15:42 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-07-18 22:15:42 (GMT) |
commit | 64d8a679438938fe456d5f506b9828d7d8aa2db0 (patch) | |
tree | e8bedac256be655283ae7866514537bb28889d30 /test | |
parent | dfc06f79489da8609ea32a2794d76782502cf2fd (diff) | |
parent | 3c6654921000a8659276f1fcb32dd0ada1353558 (diff) | |
download | hdf5-64d8a679438938fe456d5f506b9828d7d8aa2db0.zip hdf5-64d8a679438938fe456d5f506b9828d7d8aa2db0.tar.gz hdf5-64d8a679438938fe456d5f506b9828d7d8aa2db0.tar.bz2 |
Merge pull request #1143 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '3c6654921000a8659276f1fcb32dd0ada1353558':
Apply Cygwin pathches from Marco Atzeri. Commit Joe Lee's typo corrections for src/H5MF.c.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index dcc002c..b9aa3fb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -115,6 +115,8 @@ if HAVE_SHARED_CONDITIONAL libfilter_plugin2_dsets_la_LDFLAGS=$(AM_LDFLAGS) -avoid-version -module -shared -export-dynamic -rpath /nowhere libfilter_plugin3_dsets_la_LDFLAGS=$(AM_LDFLAGS) -avoid-version -module -shared -export-dynamic -rpath /nowhere libfilter_plugin4_groups_la_LDFLAGS=$(AM_LDFLAGS) -avoid-version -module -shared -export-dynamic -rpath /nowhere + libfilter_plugin3_dsets_la_LIBADD=$(LIBHDF5) + libfilter_plugin4_groups_la_LIBADD=$(LIBHDF5) else # The libh5test library provides common support code for the tests. noinst_LTLIBRARIES=libh5test.la |