How do I generate a dynamic libtool library using EXTRA_LTLIBRARIES?

I am using automake-1.8.3, and am also using -version-info for the library.

If I say: lib_LTLIBRARIES=libfoo.la the beast gets properly built, but if I
try to build the same library using EXTRA_LTLIBRARIES=libfoo.la then I
apparently only get the static library.

H


Reply via email to