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.