aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-12-11 19:34:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-12-11 19:34:31 +0000
commit79ef08f63145c9e1646359ff0866862bdcb742c2 (patch)
tree64319b1fe740a8d6831f15a745f64f5b15256a2b
parente3c5f8374b38b6c8bd51cf89425be6c3635a2e33 (diff)
build acountry too
-rw-r--r--ares/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am
index c9781835e..414887053 100644
--- a/ares/Makefile.am
+++ b/ares/Makefile.am
@@ -11,7 +11,7 @@ MSVCFILES = vc/adig/adig.dep vc/adig/adig.dsp vc/vc.dsw vc/ahost/ahost.dep \
if DEBUGBUILD
PROGS =
else
-PROGS = ahost adig
+PROGS = ahost adig acountry
endif
noinst_PROGRAMS =$(PROGS)
@@ -77,6 +77,9 @@ ahost_LDADD = $(top_builddir)/$(lib_LTLIBRARIES)
adig_SOURCES = adig.c ares_getopt.c
adig_LDADD = $(top_builddir)/$(lib_LTLIBRARIES)
+acountry_SOURCES = acountry.c ares_getopt.c
+acountry_LDADD = $(top_builddir)/$(lib_LTLIBRARIES)
+
# Make files named *.dist replace the file without .dist extension
dist-hook:
find $(distdir) -name "*.dist" -exec rm {} \;