diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-11-09 01:52:44 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-11-09 01:52:44 (GMT) |
commit | 00ade113c5fe7d48571a36091970328dcca68f50 (patch) | |
tree | 11df63256f5533e3621054d44ccf15172bdf74d4 /tools/test/h5ls | |
parent | 51b80a8d8585b9ccb471966d235cd99379c3bcf3 (diff) | |
download | hdf5-00ade113c5fe7d48571a36091970328dcca68f50.zip hdf5-00ade113c5fe7d48571a36091970328dcca68f50.tar.gz hdf5-00ade113c5fe7d48571a36091970328dcca68f50.tar.bz2 |
Plugin test rework
Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
Diffstat (limited to 'tools/test/h5ls')
-rw-r--r-- | tools/test/h5ls/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/test/h5ls/Makefile.am b/tools/test/h5ls/Makefile.am index ec8b8c3..a49c2e8 100644 --- a/tools/test/h5ls/Makefile.am +++ b/tools/test/h5ls/Makefile.am @@ -39,9 +39,6 @@ if HAVE_SHARED_CONDITIONAL noinst_LTLIBRARIES=libdynlibls.la libdynlibls_la_SOURCES=dynlib_ls.c libdynlibls_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -rpath /nowhere - - libdynlibls.la: $(libdynlibls_la_OBJECTS) $(libdynlibls_la_DEPENDENCIES) $(EXTRA_libdynlibls_la_DEPENDENCIES) - $(AM_V_CCLD)$(libdynlibls_la_LINK) $(am_libdynlibls_la_rpath) $(libdynlibls_la_OBJECTS) $(libdynlibls_la_LIBADD) endif |