build acountry too
This commit is contained in:
@@ -11,7 +11,7 @@ MSVCFILES = vc/adig/adig.dep vc/adig/adig.dsp vc/vc.dsw vc/ahost/ahost.dep \
|
|||||||
if DEBUGBUILD
|
if DEBUGBUILD
|
||||||
PROGS =
|
PROGS =
|
||||||
else
|
else
|
||||||
PROGS = ahost adig
|
PROGS = ahost adig acountry
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_PROGRAMS =$(PROGS)
|
noinst_PROGRAMS =$(PROGS)
|
||||||
@@ -77,6 +77,9 @@ ahost_LDADD = $(top_builddir)/$(lib_LTLIBRARIES)
|
|||||||
adig_SOURCES = adig.c ares_getopt.c
|
adig_SOURCES = adig.c ares_getopt.c
|
||||||
adig_LDADD = $(top_builddir)/$(lib_LTLIBRARIES)
|
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
|
# Make files named *.dist replace the file without .dist extension
|
||||||
dist-hook:
|
dist-hook:
|
||||||
find $(distdir) -name "*.dist" -exec rm {} \;
|
find $(distdir) -name "*.dist" -exec rm {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user