This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
EXTRA_LTLIBRARIES and -version-info
- From: Harlan Stenn <hstenn at cisco dot com>
- To: automake at gnu dot org
- Cc: hstenn at cisco dot com
- Date: Fri, 07 May 2004 19:26:49 -0700
- Subject: EXTRA_LTLIBRARIES and -version-info
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