From 8d581f7fe404eaad2defdeeeae456eb8463bbc56 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 6 Jun 2009 13:20:39 +0000 Subject: Revert delegating c-ares linking magic on libtool and auto-makefiles when using the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script. --- lib/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index bc775d7b4..34c2b72c3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -110,12 +110,6 @@ if MIMPURE MIMPURE = -mimpure-text endif -if USE_EMBEDDED_ARES -EMBEDDEDARES = ../ares/libcares.la -else -EMBEDDEDARES = -endif - libcurl_la_LDFLAGS = $(UNDEF) $(VERSIONINFO) $(MIMPURE) $(LIBCURL_LIBS) # Makefile.inc provides the CSOURCES and HHEADERS defines @@ -123,8 +117,6 @@ include Makefile.inc libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS) -libcurl_la_LIBADD = $(EMBEDDEDARES) - WIN32SOURCES = $(CSOURCES) WIN32HEADERS = $(HHEADERS) config-win32.h -- cgit v1.2.3