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 | 6dc68b41931c60f6c80ec7f35dd49787521fc141 (patch) | |
tree | c94e18854409d8b0f5f0cdd79187023127d9b6d3 /ares/Makefile.netware | |
parent | afab4d888f85059042b5e9b3a5f4605df96c648f (diff) |
Added build of acountry.nlm.
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 1bc0bcdca..82ebe4c31 100644 --- a/ares/Makefile.netware +++ b/ares/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> |