aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2005-04-23 11:59:06 +0000
committerGunter Knauf <gk@gknw.de>2005-04-23 11:59:06 +0000
commit5ac51cc9b5a5fbaa9eb111197334fe1e1f938018 (patch)
tree71d7cc5a5dbdfae119d1af4909b5aa4f8cf5cc05 /ares/Makefile.netware
parentc12159ce21141d5374fbc32b73c0ae760826826e (diff)
fix for recent changes.
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r--ares/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware
index 2c5f0c990..8fdf69e2f 100644
--- a/ares/Makefile.netware
+++ b/ares/Makefile.netware
@@ -129,7 +129,6 @@ endif
# Makefile.inc provides the CSOURCES and HHEADERS defines
include Makefile.inc
-#OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(wildcard ares_*.c))
OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CSOURCES)))
.PHONY: lib nlm prebuild dist install clean
@@ -260,6 +259,7 @@ config.h: Makefile.netware
@echo $(DL)#define VERSION "$(LIBCURL_VERSION_STR)"$(DL) >> $@
@echo $(DL)#define PACKAGE_BUGREPORT "curl-bug@haxx.se"$(DL) >> $@
@echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@
+ @echo $(DL)#define HAVE_ARPA_NAMESER_H 1$(DL) >> $@
@echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@
@echo $(DL)#define HAVE_DLFCN_H 1$(DL) >> $@
@echo $(DL)#define HAVE_DLOPEN 1$(DL) >> $@