diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-11-28 17:42:45 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-11-28 17:42:45 (GMT) |
commit | 8d462d5102295359090297c707a20eaaf76ec965 (patch) | |
tree | 845277b869e384540f4207bd631a01f4a04e77b9 /tools/test/h5dump/Makefile.am | |
parent | e1dd55be8538ee0ebd1c46be3df4b306a3ac6f3f (diff) | |
parent | 4d4eb4cd5cc64d47f46fd944fd9b9548d38c86be (diff) | |
download | hdf5-8d462d5102295359090297c707a20eaaf76ec965.zip hdf5-8d462d5102295359090297c707a20eaaf76ec965.tar.gz hdf5-8d462d5102295359090297c707a20eaaf76ec965.tar.bz2 |
Merge branch 'develop' into hdf5_1_10
Diffstat (limited to 'tools/test/h5dump/Makefile.am')
-rw-r--r-- | tools/test/h5dump/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/test/h5dump/Makefile.am b/tools/test/h5dump/Makefile.am index 1454987..a7a2bcb 100644 --- a/tools/test/h5dump/Makefile.am +++ b/tools/test/h5dump/Makefile.am @@ -41,10 +41,7 @@ if HAVE_SHARED_CONDITIONAL # Build it as shared library if configure is enabled for shared library. noinst_LTLIBRARIES=libdynlibdump.la libdynlibdump_la_SOURCES=dynlib_dump.c - libdynlibdump_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -rpath /nowhere - - libdynlibdump.la: $(libdynlibdump_la_OBJECTS) $(libdynlibdump_la_DEPENDENCIES) $(EXTRA_libdynlibdump_la_DEPENDENCIES) - $(AM_V_CCLD)$(libdynlibdump_la_LINK) $(am_libdynlibdump_la_rpath) $(libdynlibdump_la_OBJECTS) $(libdynlibdump_la_LIBADD) + libdynlibdump_la_LDFLAGS=$(AM_LDFLAGS) -avoid-version -module -shared -export-dynamic -rpath /nowhere endif # Temporary files. *.h5 are generated by h5dumpgentest. They should |