automake / libtool question - static libs
"flopbucket" <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi, I am using automake and libtool and create shared libraries. But I want libtool to now create static libs instead of shared libs. How can I do this? I know about -static, but I am not using libtool directly - I am using it via automake. Any help greatly appreciated.. Thanks