]> granicus.if.org Git - curl/commitdiff
blank the LIBS variable, as we don't need any libs when we link the lib.
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Sep 2003 20:45:39 +0000 (20:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Sep 2003 20:45:39 +0000 (20:45 +0000)
lib/Makefile.am

index 691d7b741a0e3f425fb7582bc11d4a5885a449f3..eb409062919513f7100d9a30767283a5ea782554 100644 (file)
@@ -66,6 +66,10 @@ endif
 
 libcurl_la_LDFLAGS = $(UNDEF) $(VERSION) $(ARESLIB)
 
+# We don't need the libs when we build the lib, they are needed when linking
+# the app later.
+LIBS =
+
 libcurl_la_SOURCES = arpa_telnet.h file.c getpass.h netrc.h timeval.c  \
 base64.c file.h hostip.c progress.c timeval.h base64.h formdata.c      \
 hostip.h progress.h cookie.c formdata.h http.c sendf.c cookie.h ftp.c  \