diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-14 21:24:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-14 21:24:20 +0000 |
commit | 071fc74c0e33898a2dd262600079c395213b17b5 (patch) | |
tree | 26c0fdb0904d2844515641129ab4181cc5c5ce70 | |
parent | 14597475b19a63ae2fc886a7747802f6d26cfa2f (diff) |
reverted the change that blanks LIBS
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index eb4090629..691d7b741 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -66,10 +66,6 @@ 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 \ |