Next: , Previous: , Up: Building a Shared Library   [Contents][Index]


7.3.7 _LIBADD and _LDFLAGS

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 Link mode in The Libtool Manual.