summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-09-17 17:07:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-09-17 17:07:23 (GMT)
commitb22ef5f8a78f078d6dff70a1eabc242503f3c848 (patch)
tree8759d70dc0a13b6ab37597c8c1540a1a8c419a42 /hl/src
parenta2500fa7c3d2963aaefeb83893f77b19a9f7e6a5 (diff)
downloadhdf5-b22ef5f8a78f078d6dff70a1eabc242503f3c848.zip
hdf5-b22ef5f8a78f078d6dff70a1eabc242503f3c848.tar.gz
hdf5-b22ef5f8a78f078d6dff70a1eabc242503f3c848.tar.bz2
[svn-r22776] HDFFV-8129: upgrade autotools
Merge Trunk changes to 1.8 Tested: h5committest
Diffstat (limited to 'hl/src')
-rw-r--r--hl/src/Makefile.am2
-rw-r--r--hl/src/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/hl/src/Makefile.am b/hl/src/Makefile.am
index d03be21..f3d09ab 100644
--- a/hl/src/Makefile.am
+++ b/hl/src/Makefile.am
@@ -27,7 +27,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src
# This library is our main target.
lib_LTLIBRARIES=libhdf5_hl.la
-# Add libtool numbers to the HDF5 HL library (from config/lt_vers.am)
+# Add libtool numbers to the HDF5 hl library (from config/lt_vers.am)
libhdf5_hl_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS)
# List sources to include in the HDF5 HL Library.
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in
index f03ff2d..fa6b370 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -463,7 +463,7 @@ LT_VERS_AGE = 0
# This library is our main target.
lib_LTLIBRARIES = libhdf5_hl.la
-# Add libtool numbers to the HDF5 HL library (from config/lt_vers.am)
+# Add libtool numbers to the HDF5 hl library (from config/lt_vers.am)
libhdf5_hl_la_LDFLAGS = -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS)
# List sources to include in the HDF5 HL Library.