summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-06 13:20:10 +0000
committerYang Tse <yangsita@gmail.com>2009-06-06 13:20:10 +0000
commite46626580fae0b6805803ff2afd700cbbcfcac33 (patch)
tree92b19ce20be57189575aefe328441003d30d5c34 /Makefile.am
parent80d4f1170c9ff0102abaae96205c74c21a74f82d (diff)
downloadc-ares-e46626580fae0b6805803ff2afd700cbbcfcac33.tar.gz
c-ares-e46626580fae0b6805803ff2afd700cbbcfcac33.tar.bz2
c-ares-e46626580fae0b6805803ff2afd700cbbcfcac33.zip
c-ares Makefile.am back to using $(top_builddir) for *_LDADD
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c6fe6d..e80c705 100644
--- a/Makefile.am
+++ b/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 = ./libcares.la
+ahost_LDADD = $(top_builddir)/libcares.la
adig_SOURCES = adig.c ares_getopt.c ares_getopt.h
-adig_LDADD = ./libcares.la
+adig_LDADD = $(top_builddir)/libcares.la
acountry_SOURCES = acountry.c ares_getopt.c ares_getopt.h
-acountry_LDADD = ./libcares.la
+acountry_LDADD = $(top_builddir)/libcares.la
SOURCEDMANDIR = man3
SOURCEDMANPAGES = ares_init.3