mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Use -version-info rather than -version-number for generating libtool soname in liblib/Makefile.am
This commit is contained in:
parent
e39dc1ed39
commit
6371346c7c
@ -13,7 +13,8 @@ include $(top_srcdir)/lib_flags.am
|
||||
lib_LTLIBRARIES = libnetcdf.la
|
||||
|
||||
# These linker flags specify libtool version info.
|
||||
libnetcdf_la_LDFLAGS = -version-number 7:1:1
|
||||
# Note: version-info of "9:0:2" results in soname of libnetcdf.so.7 -> libnetcdf.so.7.2.0
|
||||
libnetcdf_la_LDFLAGS = -version-info 9:0:2
|
||||
libnetcdf_la_CPPFLAGS = ${AM_CPPFLAGS}
|
||||
libnetcdf_la_LIBADD =
|
||||
CLEANFILES =
|
||||
|
Loading…
Reference in New Issue
Block a user