diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2007-12-11 17:24:43 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2007-12-11 17:24:43 +0000 |
commit | 40fdf490b5bdaa2caf3ec77c63f00607c3980666 (patch) | |
tree | 77ea7ac0051a408834159fa385116011d03dfed9 /Makefile.netware | |
parent | ec5ebc218a32640817d3ea2ea85246f9befeda2f (diff) | |
download | c-ares-40fdf490b5bdaa2caf3ec77c63f00607c3980666.tar.gz c-ares-40fdf490b5bdaa2caf3ec77c63f00607c3980666.tar.bz2 c-ares-40fdf490b5bdaa2caf3ec77c63f00607c3980666.zip |
Added build of acountry.nlm.
Diffstat (limited to 'Makefile.netware')
-rw-r--r-- | Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.netware b/Makefile.netware index 1bc0bcd..82ebe4c 100644 --- a/Makefile.netware +++ b/Makefile.netware @@ -18,7 +18,7 @@ INSTDIR = ../curl-$(LIBCURL_VERSION_STR)-bin-nw endif # Edit the vars below to change NLM target settings. -TARGETS = adig.nlm ahost.nlm +TARGETS = adig.nlm ahost.nlm acountry.nlm LTARGET = libcares.$(LIBEXT) VERSION = $(LIBCARES_VERSION) COPYR = Copyright (C) 1996 - 2007, Daniel Stenberg, <daniel@haxx.se> |