diff options
-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> |