diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2017-11-10 22:40:17 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2017-11-10 22:40:17 (GMT) |
commit | 04bb800f7c8767c888189740e52e18d74cfe52ab (patch) | |
tree | e61f1b61c8c3aec090c18ef063dad723de90ca5c /tools/test/h5ls/Makefile.am | |
parent | 576b9c5f5f955aa64814de2ec9f0493656e82f53 (diff) | |
parent | 6663efbf6618f14eb66324e18a7a8e2632f96cf2 (diff) | |
download | hdf5-04bb800f7c8767c888189740e52e18d74cfe52ab.zip hdf5-04bb800f7c8767c888189740e52e18d74cfe52ab.tar.gz hdf5-04bb800f7c8767c888189740e52e18d74cfe52ab.tar.bz2 |
Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into develop
Diffstat (limited to 'tools/test/h5ls/Makefile.am')
-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 |