]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libs built with libtool are named .la in the build dir
authorDaniel Stenberg <daniel@haxx.se>
Sun, 25 Jul 2004 06:03:10 +0000 (06:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Jul 2004 06:03:10 +0000 (06:03 +0000)
tests/testcurl.pl

index f27069b9899f1a15a33887e5b44297c6230eb76b..5fe61470572ea713ac0bb00a24c6cc0ebe626a4f 100755 (executable)
@@ -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 '') {