diff options
Diffstat (limited to 'hl/src/Makefile.am')
-rw-r--r-- | hl/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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. |