From 6fce5b54a8286f5844336a756bdfb3601195c62e Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 2 Jun 2009 18:29:09 +0000 Subject: Use relative path to built c-ares tree libtool library --- ares/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ares/Makefile.am b/ares/Makefile.am index 2e26a3473..7c6fe6d5e 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -107,13 +107,13 @@ libcares_la_HEADERS = ares.h ares_version.h ares_dns.h \ ares_build.h ares_rules.h ahost_SOURCES = ahost.c ares_getopt.c ares_getopt.h -ahost_LDADD = $(top_builddir)/$(lib_LTLIBRARIES) +ahost_LDADD = ./libcares.la adig_SOURCES = adig.c ares_getopt.c ares_getopt.h -adig_LDADD = $(top_builddir)/$(lib_LTLIBRARIES) +adig_LDADD = ./libcares.la acountry_SOURCES = acountry.c ares_getopt.c ares_getopt.h -acountry_LDADD = $(top_builddir)/$(lib_LTLIBRARIES) +acountry_LDADD = ./libcares.la SOURCEDMANDIR = man3 SOURCEDMANPAGES = ares_init.3 -- cgit v1.2.3