corrected to use the libtool libraries instead of the forced-static ones
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2000 08:08:09 +0000 (08:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2000 08:08:09 +0000 (08:08 +0000)
src/Makefile.am

index 1a3cd9f..51bfbaf 100644 (file)
@@ -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@