libs built with libtool are named .la in the build dir

This commit is contained in:
Daniel Stenberg 2004-07-25 06:03:10 +00:00
parent 79d480e1e7
commit d784526dae
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ while ($ARGV[0]) {
$gnulikebuild = 1;
$confsuffix = '';
$binext = '';
$libext = '.a';
$libext = '.la'; # .la since both libcurl and libcares are made with libtool
if ($^O eq 'MSWin32' || $targetos ne '') {
$gnulikebuild = 0;
if ($targetos eq '') {