From: Daniel Stenberg Date: Wed, 2 Aug 2000 08:08:09 +0000 (+0000) Subject: corrected to use the libtool libraries instead of the forced-static ones X-Git-Tag: curl-7_1_1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ced0110fd3014b78e06478a244ff2d8b4df21e;p=thirdparty%2Fcurl.git corrected to use the libtool libraries instead of the forced-static ones --- diff --git a/src/Makefile.am b/src/Makefile.am index 1a3cd9ff5d..51bfbaf51c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,8 +11,8 @@ INCLUDES = -I$(top_srcdir)/include bin_PROGRAMS = curl curl_SOURCES = main.c hugehelp.c urlglob.c -curl_LDADD = $(top_srcdir)/lib/.libs/libcurl.a -curl_DEPENDENCIES = $(top_srcdir)/lib/.libs/libcurl.a +curl_LDADD = $(top_srcdir)/lib/libcurl.la +curl_DEPENDENCIES = $(top_srcdir)/lib/libcurl.la BUILT_SOURCES = hugehelp.c CLEANFILES = hugehelp.c NROFF=@NROFF@