As shown in previous sections, the library
_LIBADD
variable should be used to list extra libtool objects (.lo
files) or libtool libraries (.la
) to add to library.
The library
_LDFLAGS
variable is the place to list
additional libtool flags, such as -version-info
,
-static
, and a lot more. See See Using libltdl.