1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 08:29:44 +00:00

grrr, the previous commit was meant to properly make sure that we don't

link any executables when doing debug builds since they kind of assume
symbols provided by libcurl, but it also wrongly included acountry.c
This commit is contained in:
Daniel Stenberg
2007-12-10 22:20:26 +00:00
parent 03431e22b2
commit 6d913add78

View File

@ -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 acountry
PROGS = ahost adig
endif
noinst_PROGRAMS =$(PROGS)
@ -77,9 +77,6 @@ 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 {} \;